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