|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
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 plug-ins 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 plug-in 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 plug-ins matching the specificed RequestInfo. |
Method Detail |
public Object[] getArguments()
public InterceptionPoint getInterceptionPoint()
public Method getMethod()
public List getPluginHolders(RequestInfo requestInfo)
requestInfo
- The RequestInfo object.public RequestContext getRequestContext()
public Set getRequestInfos()
public Object getTarget()
public Class getType()
public Object invokeNext(Interceptor current) throws Exception
current
- The current interceptor.Exception
- An exception thrown by the interceptor to deny the request.public void setPluginHolders(RequestInfo requestInfo, List pluginHolders)
requestInfo
- the RequestInfo object.pluginHolders
- the list of plug-ins.
|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |