Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Uses of Interface
com.bea.wlcp.wlng.api.plugin.context.RequestContext

Packages that use RequestContext
com.bea.wlcp.wlng.api.edr   
com.bea.wlcp.wlng.api.interceptor   
com.bea.wlcp.wlng.api.plugin   
com.bea.wlcp.wlng.api.plugin.context   
 

Uses of RequestContext in com.bea.wlcp.wlng.api.edr
 

Methods in com.bea.wlcp.wlng.api.edr with parameters of type RequestContext
abstract  EdrData EdrDataHelper.createDataWithRequestContext(RequestContext ctx)
          Returns a new EdrData object with all attributes from the current RequestContext object and AppSessionManager.
 

Uses of RequestContext in com.bea.wlcp.wlng.api.interceptor
 

Methods in com.bea.wlcp.wlng.api.interceptor that return RequestContext
abstract  RequestContext Context.getRequestContext()
          Returns current the WLNG RequestContext object.
 

Uses of RequestContext in com.bea.wlcp.wlng.api.plugin
 

Methods in com.bea.wlcp.wlng.api.plugin with parameters of type RequestContext
abstract  void PluginSouth.prepareRequestContext(RequestContext ctx, ContextMapperInfo info)
          This method is called only once per application facing request after the current RequestContext has been rebuild.
 

Uses of RequestContext in com.bea.wlcp.wlng.api.plugin.context
 

Methods in com.bea.wlcp.wlng.api.plugin.context that return RequestContext
static RequestContext RequestContextManager.createCurrent()
          Creates a RequestContext for the current thread.
static RequestContext RequestContextManager.getCurrent()
          Gets the current RequestContext object from the current thread.
 

Methods in com.bea.wlcp.wlng.api.plugin.context with parameters of type RequestContext
static void RequestContextManager.setCurrent(RequestContext context)
          Set the request context.
 


Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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