Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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 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
 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.

 


Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.