|
Oracle Communications Services Gatekeeper Java API Reference 5.0 E21717-02 |
||||||||||
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_NORTH Before invoking the north interface of the plugin |
static InterceptionPoint |
InterceptionPoint.MO_NORTH Before invoking the application from the north interface of the plugin |
static InterceptionPoint |
InterceptionPoint.MO_SOUTH Before invoking the south interface of the plugin when receiving request from the network |
static InterceptionPoint |
InterceptionPoint.MT_SOUTH Before 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.unregister(Interceptor interceptor, InterceptionPoint ip) Unregisters 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 indice available at the given position. |
void |
InterceptorManagerListener.onInterceptorRegistered(Interceptor interceptor, InterceptionPoint ip, int index) Called when a interceptor is registered. |
void |
InterceptorManagerListener.onInterceptorUnregistered(Interceptor interceptor, InterceptionPoint ip) Called when a interceptor is unregistered. |
|
Oracle Communications Services Gatekeeper Java API Reference 5.0 E21717-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |