|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InterceptionPoint | |
| com.bea.wlcp.wlng.api.interceptor | |
| Uses of InterceptionPoint in com.bea.wlcp.wlng.api.interceptor |
| Fields in com.bea.wlcp.wlng.api.interceptor declared as InterceptionPoint | |
static InterceptionPoint |
InterceptionPoint.MT_NORTHBefore invoking the north interface of the plugin |
static InterceptionPoint |
InterceptionPoint.MO_NORTHBefore invoking the application from the north interface of the plugin |
static InterceptionPoint |
InterceptionPoint.MO_SOUTHBefore invoking the south interface of the plugin when receiving request from the network |
static InterceptionPoint |
InterceptionPoint.MT_SOUTHBefore invoking the network side and after invoking the north plugin when receiving request from application |
| Methods in com.bea.wlcp.wlng.api.interceptor that return InterceptionPoint | |
InterceptionPoint |
Context.getInterceptionPoint()Returns the interception point of the request. |
static InterceptionPoint[] |
InterceptionPoint.values() |
static InterceptionPoint |
InterceptionPoint.valueOf(String name) |
| Methods in com.bea.wlcp.wlng.api.interceptor with parameters of type InterceptionPoint | |
void |
InterceptorManager.register(Interceptor interceptor, InterceptionPoint ip, int index)Registers an interceptor at a given index and position. |
void |
InterceptorManager.register(Interceptor interceptor, InterceptionPoint ip, int index, boolean replacementAllowed)Registers an interceptor at a given index and position. |
void |
InterceptorManager.unregister(Interceptor interceptor, InterceptionPoint ip)Unregister an interceptor. |
void |
InterceptorManager.unregister(int index, InterceptionPoint ip)Unregister an interceptor. |
List |
InterceptorManager.getInterceptors(InterceptionPoint ip)Returns the list of interceptors available at the given position. |
Map |
InterceptorManager.getInterceptorsAndIndice(InterceptionPoint ip)Returns the list of interceptors and their indices available at the given position. |
void |
InterceptorManagerListener.onInterceptorRegistered(Interceptor interceptor, InterceptionPoint ip, int index)Called when an interceptor is registered. |
void |
InterceptorManagerListener.onInterceptorUnregistered(Interceptor interceptor, InterceptionPoint ip)Called when an interceptor is unregistered. |
|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||