|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-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 | |
List |
Context.getPluginHolders(RequestInfo requestInfo)Returns a list of plugins that matches the specified RequestInfo. |
void |
Context.setPluginHolders(RequestInfo requestInfo, List pluginHolders)Sets the list of plugins 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 |
AddressRequestInfoRequest info that contain one or more addresses. |
class |
CorrelatorRequestInfoRequest info that contain one correlator. |
class |
MessageContentAddressRequestInfoRequest information that contains a single message content. |
class |
PluginIDRequestInfoRequestInfo that contains the plug-in ID. |
class |
RegistrationIdentifierRequestInfoRequest information that contains a single registration identifier. |
class |
RequestIdentifierRequestInfoRequest info that contain one request identifier. |
| Methods in com.bea.wlcp.wlng.api.plugin that return RequestInfo | |
RequestInfo |
RequestFactory.createRequestInfo(Class type, Method method, Object[] args)Create the request info. |
RequestInfo[] |
RequestFactory.createRequestInfos(Class type, Method method, Object[] args)Creates multiple RequestInfos for one request. |
| Methods in com.bea.wlcp.wlng.api.plugin with parameters of type RequestInfo | |
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. |
int |
PluginInstance.customMatch(RequestInfo requestInfo)Checks if the plug-in can be used given the provided request info. |
Object |
RequestFactory.mergeResults(RequestInfo[] ris, List results)Merges partial results into one result. |
|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||