Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Uses of Interface
com.bea.wlcp.wlng.api.interceptor.Interceptor

Packages that use Interceptor
com.bea.wlcp.wlng.api.interceptor   
 

Uses of Interceptor in com.bea.wlcp.wlng.api.interceptor
 

Methods in com.bea.wlcp.wlng.api.interceptor with parameters of type Interceptor
abstract  java.lang.Object Context.invokeNext(Interceptor current)
          Invokes the next interceptor if it is available.
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 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

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