|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface defining interceptor context.
| Method Summary | |
Object[] |
getArguments()Returns the arguments that will be used in the method targeted by this request. |
InterceptionPoint |
getInterceptionPoint()Returns the interception point of the request. |
Method |
getMethod()Returns the method targeted by this request. |
List |
getPluginHolders(RequestInfo requestInfo)Returns a list of plugins that matches the specified RequestInfo. |
RequestContext |
getRequestContext()Returns current the WLNG RequestContext object. |
Set |
getRequestInfos()Returns the set of RequestInfo that are available for the request. |
Object |
getTarget()Returns the target object of the request. |
Class |
getType()Returns the type of plugin targeted by this request. |
Object |
invokeNext(Interceptor current)Invokes the next interceptor if it is available. |
void |
setPluginHolders(RequestInfo requestInfo, List pluginHolders)Sets the list of plugins matching the specificed RequestInfo. |
| Method Detail |
public Object[] getArguments()
public InterceptionPoint getInterceptionPoint()
public Method getMethod()
public List getPluginHolders(RequestInfo requestInfo)
requestInfo - The RequestInfo objectpublic RequestContext getRequestContext()
public Set getRequestInfos()
public Object getTarget()
public Class getType()
public Object invokeNext(Interceptor current)
throws Exception
current - The current interceptorException - An exception thrown by the interceptor to deny the request
public void setPluginHolders(RequestInfo requestInfo,
List pluginHolders)
requestInfo - the RequestInfo objectpluginHolders - the list of plugins
|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||