Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-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 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 AddressRequestInfo
          Request info that contain one or more addresses.
 class CorrelatorRequestInfo
          Request info that contain one correlator.
 class PluginIDRequestInfo
          RequestInfo that contains the plug-in ID.
 class RegistrationIdentifierRequestInfo
          Request info that contain one 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 request infos for one request.

 

Methods in com.bea.wlcp.wlng.api.plugin with parameters of type RequestInfo
 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 this plugin can be used given the provided request info.
 Object RequestFactory.mergeResults(RequestInfo[] ris, List results)
          Merges a partial results into one result.

 


Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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