|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-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_NORTH
Before invoking the application facing interface of the plug-in |
static InterceptionPoint |
InterceptionPoint.MO_NORTH
Before invoking the application from the application facing interface of the plug-in |
static InterceptionPoint |
InterceptionPoint.MO_SOUTH
Before invoking the network facing interface of the plug-in when receiving request from the network |
static InterceptionPoint |
InterceptionPoint.MT_SOUTH
Before invoking the network side and after invoking the application facing plug-in when receiving request from application. |
Methods in com.bea.wlcp.wlng.api.interceptor that return InterceptionPoint | |
abstract InterceptionPoint |
Context.getInterceptionPoint()
Returns the interception point of the request. |
static InterceptionPoint[] |
InterceptionPoint.values()
|
static InterceptionPoint |
InterceptionPoint.valueOf(java.lang.String name)
|
Methods in com.bea.wlcp.wlng.api.interceptor with parameters of type InterceptionPoint | |
abstract void |
InterceptorManager.register(Interceptor interceptor,
InterceptionPoint ip,
int index)
Registers an interceptor at a given index and position. |
abstract void |
InterceptorManager.register(Interceptor interceptor,
InterceptionPoint ip,
int index,
boolean replacementAllowed)
Registers an interceptor at a given index and position. |
abstract void |
InterceptorManager.unregister(Interceptor interceptor,
InterceptionPoint ip)
Unregister an interceptor. |
abstract void |
InterceptorManager.unregister(int index,
InterceptionPoint ip)
Unregister an interceptor. |
abstract java.util.List |
InterceptorManager.getInterceptors(InterceptionPoint ip)
Returns the list of interceptors available at the given position. |
abstract java.util.Map |
InterceptorManager.getInterceptorsAndIndice(InterceptionPoint ip)
Returns the list of interceptors and their indices available at the given position. |
abstract void |
InterceptorManagerListener.onInterceptorRegistered(Interceptor interceptor,
InterceptionPoint ip,
int index)
Called when an interceptor is registered. |
abstract void |
InterceptorManagerListener.onInterceptorUnregistered(Interceptor interceptor,
InterceptionPoint ip)
Called when an interceptor is unregistered. |
|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |