|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestInfo | |
com.bea.wlcp.wlng.api.interceptor | |
com.bea.wlcp.wlng.api.plugin |
Uses of RequestInfo in com.bea.wlcp.wlng.api.interceptor |
Methods in com.bea.wlcp.wlng.api.interceptor with parameters of type RequestInfo | |
abstract java.util.List |
Context.getPluginHolders(RequestInfo requestInfo)
Returns a list of plug-ins that matches the specified RequestInfo. |
abstract void |
Context.setPluginHolders(RequestInfo requestInfo,
java.util.List pluginHolders)
Sets the list of plug-ins matching the specificed RequestInfo. |
Uses of RequestInfo in com.bea.wlcp.wlng.api.plugin |
Subclasses of RequestInfo in com.bea.wlcp.wlng.api.plugin | |
class |
AddressRequestInfo
Request info that contain one or more addresses. |
class |
CorrelatorRequestInfo
Request info that contain one correlator. |
class |
MessageContentAddressRequestInfo
Request information that contains a single message content. |
class |
PluginIDRequestInfo
RequestInfo that contains the plug-in ID. |
class |
RegistrationIdentifierRequestInfo
Request information that contains a single registration identifier. |
class |
RequestIdentifierRequestInfo
Request info that contain one request identifier. |
Methods in com.bea.wlcp.wlng.api.plugin that return RequestInfo | |
RequestInfo |
RequestFactory.createRequestInfo(java.lang.Class type,
java.lang.reflect.Method method,
java.lang.Object[] args)
Create the request info. |
RequestInfo[] |
RequestFactory.createRequestInfos(java.lang.Class type,
java.lang.reflect.Method method,
java.lang.Object[] args)
Creates multiple RequestInfos for one request. |
Methods in com.bea.wlcp.wlng.api.plugin with parameters of type RequestInfo | |
abstract java.lang.Object[] |
BulkRequestFactory.createSingleAddressRequest(RequestInfo ri)
Create a request for a request info with a single address. |
boolean |
ManagedPlugin.customMatchCriteria(RequestInfo requestInfo)
Deprecated. Checks if this plug-in can be used given the provided request info. |
int |
ManagedPlugin.customMatch(RequestInfo requestInfo)
Deprecated. Checks if this plugin can be used given the provided request info. |
abstract int |
PluginInstance.customMatch(RequestInfo requestInfo)
Checks if the plug-in can be used given the provided request info. |
java.lang.Object |
RequestFactory.mergeResults(RequestInfo[] ris,
java.util.List results)
Merges partial results into one result. |
|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |