Oracle Corporation

Uses of Class
com.bea.wlcp.wlng.api.interceptor.InterceptionPoint

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
 

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.
 List InterceptorManager.getInterceptors(InterceptionPoint ip)
          Returns the list of interceptors available at the given position.
 


Oracle Corporation