Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Uses of Class
com.bea.wlcp.wlng.api.plugin.RequestInfo

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 plug-ins that matches the specified RequestInfo.
 void Context.setPluginHolders(RequestInfo requestInfo, 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(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.

 


Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.