|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
InterceptorManager interface. It is responsible to handle the registration, unregistration and invocation of the interceptors.
| Method Summary | |
List |
getInterceptors(InterceptionPoint ip)
Returns the list of interceptors available at the given position. |
void |
register(Interceptor interceptor,
InterceptionPoint ip,
int index)
Registers an interceptor at a given index and position. |
void |
unregister(Interceptor interceptor,
InterceptionPoint ip)
Unregisters an interceptor. |
void |
update()
Updates the current interceptors with any changes that have been made since the last call to update(). |
| Method Detail |
public List getInterceptors(InterceptionPoint ip)
ip - The interception point to get the interceptors
public void register(Interceptor interceptor,
InterceptionPoint ip,
int index)
interceptor - The interceptor to registerip - The interception point of the request at which the interceptor should be invokedindex - The index where the interceptor will be located in the flow
public void unregister(Interceptor interceptor,
InterceptionPoint ip)
interceptor - The interceptor to unregisterip - The interception point of the request at which the interceptor should be invokedpublic void update()
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||