|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
InterceptorManager interface. This interface is responsible for handling the registration, unregistration and invocation of the interceptors.
| Method Summary | |
List |
getInterceptors(InterceptionPoint ip)Returns the list of interceptors available at the given position. |
Map |
getInterceptorsAndIndice(InterceptionPoint ip)Returns the list of interceptors and their indices available at the given position. |
void |
register(Interceptor interceptor, InterceptionPoint ip, int index)Registers an interceptor at a given index and position. |
void |
register(Interceptor interceptor, InterceptionPoint ip, int index, boolean replacementAllowed)Registers an interceptor at a given index and position. |
void |
registerListener(InterceptorManagerListener listener)Register a listener. |
void |
unregister(Interceptor interceptor, InterceptionPoint ip)Unregister an interceptor. |
void |
unregister(int index, InterceptionPoint ip)Unregister an interceptor. |
void |
unregisterListener(InterceptorManagerListener listener)Unregister a listener. |
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 Map getInterceptorsAndIndice(InterceptionPoint ip)
ip - The interception point to get the interceptors.
public void register(Interceptor interceptor,
InterceptionPoint ip,
int index)
interceptor - The interceptor to register.ip - The interception point of the request at which the interceptor should be invoked.index - The index where the interceptor will be located in the flow.
public void register(Interceptor interceptor,
InterceptionPoint ip,
int index,
boolean replacementAllowed)
interceptor - The interceptor to register.ip - interceptor The interceptor to register.index - The index where the interceptor will be located in the flow.replacementAllowed - If true, it means the interceptor can replace existed one with same index.public void registerListener(InterceptorManagerListener listener)
listener - listener.
public void unregister(Interceptor interceptor,
InterceptionPoint ip)
interceptor - The interceptor to unregister.ip - The interception point of the request at which the interceptor should be invoked.
public void unregister(int index,
InterceptionPoint ip)
index - The index of the interceptor.ip - The interception point of the request at which the interceptor should be invoked.public void unregisterListener(InterceptorManagerListener listener)
listener - listener.public void update()
|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||