|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageContext in org.apache.axis2.jaxws |
---|
Methods in org.apache.axis2.jaxws with parameters of type MessageContext | |
---|---|
protected void |
BindingProvider.checkMaintainSessionState(MessageContext mc,
InvocationContext ic)
Check for maintain session state enablement either in the MessageContext.isMaintainSession() or in the ServiceContext properties. |
Uses of MessageContext in org.apache.axis2.jaxws.binding |
---|
Methods in org.apache.axis2.jaxws.binding with parameters of type MessageContext | |
---|---|
void |
BindingImpl.configure(MessageContext messageContext,
BindingProvider provider)
|
Uses of MessageContext in org.apache.axis2.jaxws.client |
---|
Methods in org.apache.axis2.jaxws.client with parameters of type MessageContext | |
---|---|
static java.lang.String |
ClientUtils.findSOAPAction(MessageContext ctx)
Determines what the SOAPAction value should be for a given MessageContext. |
void |
PropertyMigrator.migratePropertiesFromMessageContext(java.util.Map<java.lang.String,java.lang.Object> userContext,
MessageContext messageContext)
|
void |
PropertyMigrator.migratePropertiesToMessageContext(java.util.Map<java.lang.String,java.lang.Object> userContext,
MessageContext messageContext)
|
Uses of MessageContext in org.apache.axis2.jaxws.client.async |
---|
Methods in org.apache.axis2.jaxws.client.async that return MessageContext | |
---|---|
static MessageContext |
AsyncUtils.createJAXWSMessageContext(AsyncResult result)
|
static MessageContext |
AsyncUtils.createJAXWSMessageContext(MessageContext mc)
|
Methods in org.apache.axis2.jaxws.client.async with parameters of type MessageContext | |
---|---|
abstract java.lang.Throwable |
AsyncResponse.getFaultResponse(MessageContext mc)
|
abstract java.lang.Object |
AsyncResponse.getResponseValueObject(MessageContext mc)
|
protected void |
AsyncResponse.onComplete(MessageContext mc)
|
protected void |
AsyncResponse.onComplete(MessageContext mc,
java.lang.ClassLoader cl)
|
protected void |
AsyncResponse.onError(java.lang.Throwable flt,
MessageContext faultCtx)
|
protected void |
AsyncResponse.onError(java.lang.Throwable flt,
MessageContext mc,
java.lang.ClassLoader cl)
|
Uses of MessageContext in org.apache.axis2.jaxws.client.config |
---|
Methods in org.apache.axis2.jaxws.client.config with parameters of type MessageContext | |
---|---|
void |
AddressingConfigurator.configure(MessageContext messageContext,
BindingProvider provider)
|
void |
RespectBindingConfigurator.configure(MessageContext messageContext,
BindingProvider provider)
|
void |
MTOMConfigurator.configure(MessageContext messageContext,
BindingProvider provider)
|
Uses of MessageContext in org.apache.axis2.jaxws.client.dispatch |
---|
Methods in org.apache.axis2.jaxws.client.dispatch with parameters of type MessageContext | |
---|---|
java.lang.Throwable |
XMLDispatchAsyncListener.getFaultResponse(MessageContext mc)
|
java.lang.Throwable |
JAXBDispatchAsyncListener.getFaultResponse(MessageContext mc)
|
static WebServiceException |
BaseDispatch.getFaultResponse(MessageContext msgCtx)
Returns the fault that is contained within the MessageContext for an invocation. |
java.lang.Object |
XMLDispatchAsyncListener.getResponseValueObject(MessageContext mc)
|
java.lang.Object |
JAXBDispatchAsyncListener.getResponseValueObject(MessageContext mc)
|
boolean |
BaseDispatch.hasFaultResponse(MessageContext msgCtx)
Returns a boolean indicating whether or not the MessageContext contained a fault. |
Uses of MessageContext in org.apache.axis2.jaxws.client.proxy |
---|
Methods in org.apache.axis2.jaxws.client.proxy that return MessageContext | |
---|---|
protected MessageContext |
JAXWSProxyHandler.createRequest(java.lang.reflect.Method method,
java.lang.Object[] args)
Creates a request MessageContext for the method call. |
Methods in org.apache.axis2.jaxws.client.proxy with parameters of type MessageContext | |
---|---|
protected java.lang.Object |
JAXWSProxyHandler.createResponse(java.lang.reflect.Method method,
java.lang.Object[] args,
MessageContext responseContext,
OperationDescription operationDesc)
Creates a response MessageContext for the method call. |
java.lang.Throwable |
ProxyAsyncListener.getFaultResponse(MessageContext mc)
|
protected static java.lang.Throwable |
JAXWSProxyHandler.getFaultResponse(MessageContext msgCtx,
OperationDescription opDesc)
|
java.lang.Object |
ProxyAsyncListener.getResponseValueObject(MessageContext mc)
|
protected static boolean |
JAXWSProxyHandler.hasFaultResponse(MessageContext mc)
|
Uses of MessageContext in org.apache.axis2.jaxws.context.factory |
---|
Methods in org.apache.axis2.jaxws.context.factory with parameters of type MessageContext | |
---|---|
static LogicalMessageContext |
MessageContextFactory.createLogicalMessageContext(MessageContext mc)
Creates a LogicalMessageContext based on the input core MEPContext. |
static SoapMessageContext |
MessageContextFactory.createSoapMessageContext(MessageContext jaxwsMessageContext)
Creates a SOAPMessageContext based on the input core MEPContext. |
Uses of MessageContext in org.apache.axis2.jaxws.context.utils |
---|
Methods in org.apache.axis2.jaxws.context.utils with parameters of type MessageContext | |
---|---|
static void |
ContextUtils.addProperties(SOAPMessageContext soapMessageContext,
MessageContext jaxwsMessageContext)
Adds the appropriate properties to the MessageContext that the user will see |
static void |
ContextUtils.addWSDLProperties_provider(MessageContext jaxwsMessageContext)
|
static void |
ContextUtils.addWSDLProperties(MessageContext jaxwsMessageContext)
|
Uses of MessageContext in org.apache.axis2.jaxws.core |
---|
Methods in org.apache.axis2.jaxws.core that return MessageContext | |
---|---|
MessageContext |
InvocationContext.getRequestMessageContext()
|
MessageContext |
InvocationContextImpl.getRequestMessageContext()
|
MessageContext |
InvocationContext.getResponseMessageContext()
|
MessageContext |
InvocationContextImpl.getResponseMessageContext()
|
Methods in org.apache.axis2.jaxws.core with parameters of type MessageContext | |
---|---|
void |
InvocationContext.setRequestMessageContext(MessageContext ctx)
|
void |
InvocationContextImpl.setRequestMessageContext(MessageContext ctx)
|
void |
InvocationContext.setResponseMessageContext(MessageContext ctx)
|
void |
InvocationContextImpl.setResponseMessageContext(MessageContext ctx)
|
Uses of MessageContext in org.apache.axis2.jaxws.core.controller.impl |
---|
Methods in org.apache.axis2.jaxws.core.controller.impl that return MessageContext | |
---|---|
MessageContext |
AxisInvocationController.doInvoke(MessageContext request)
|
protected abstract MessageContext |
InvocationControllerImpl.doInvoke(MessageContext request)
|
Methods in org.apache.axis2.jaxws.core.controller.impl with parameters of type MessageContext | |
---|---|
MessageContext |
AxisInvocationController.doInvoke(MessageContext request)
|
protected abstract MessageContext |
InvocationControllerImpl.doInvoke(MessageContext request)
|
Response |
AxisInvocationController.doInvokeAsync(MessageContext request)
|
abstract Response |
InvocationControllerImpl.doInvokeAsync(MessageContext mc)
|
java.util.concurrent.Future<?> |
AxisInvocationController.doInvokeAsync(MessageContext request,
AsyncHandler callback)
|
abstract java.util.concurrent.Future<?> |
InvocationControllerImpl.doInvokeAsync(MessageContext mc,
AsyncHandler asyncHandler)
|
void |
AxisInvocationController.doInvokeOneWay(MessageContext request)
|
protected abstract void |
InvocationControllerImpl.doInvokeOneWay(MessageContext mc)
|
protected void |
AxisInvocationController.prepareRequest(MessageContext requestMsgCtx)
|
protected abstract void |
InvocationControllerImpl.prepareRequest(MessageContext mc)
Abstract method that must be implemented by whoever is providing the specific client binding. |
protected void |
AxisInvocationController.prepareResponse(MessageContext responseMsgCtx)
|
protected abstract void |
InvocationControllerImpl.prepareResponse(MessageContext mc)
Abstract method that must be implemented by whoever is providing the specific client binding. |
Uses of MessageContext in org.apache.axis2.jaxws.core.util |
---|
Methods in org.apache.axis2.jaxws.core.util that return MessageContext | |
---|---|
static MessageContext |
MessageContextUtils.createFaultMessageContext(MessageContext mc)
Given a request MessageContext, create a new MessageContext for a fault response. |
static MessageContext |
MessageContextUtils.createMinimalResponseMessageContext(MessageContext mc)
|
static MessageContext |
MessageContextUtils.createResponseMessageContext(MessageContext mc)
Given a request MessageContext, create a new MessageContext from there with the necessary information to make sure the new MessageContext is related to the existing one. |
Methods in org.apache.axis2.jaxws.core.util with parameters of type MessageContext | |
---|---|
static MessageContext |
MessageContextUtils.createFaultMessageContext(MessageContext mc)
Given a request MessageContext, create a new MessageContext for a fault response. |
static MessageContext |
MessageContextUtils.createMinimalResponseMessageContext(MessageContext mc)
|
static MessageContext |
MessageContextUtils.createResponseMessageContext(MessageContext mc)
Given a request MessageContext, create a new MessageContext from there with the necessary information to make sure the new MessageContext is related to the existing one. |
Uses of MessageContext in org.apache.axis2.jaxws.feature |
---|
Methods in org.apache.axis2.jaxws.feature with parameters of type MessageContext | |
---|---|
void |
ClientConfigurator.configure(MessageContext messageContext,
BindingProvider provider)
Perform client-side configuration for a WebServiceFeature . |
void |
ClientFramework.configure(MessageContext messageContext,
BindingProvider provider)
|
Uses of MessageContext in org.apache.axis2.jaxws.handler |
---|
Fields in org.apache.axis2.jaxws.handler declared as MessageContext | |
---|---|
protected MessageContext |
BaseMessageContext.messageCtx
|
protected MessageContext |
MEPContext.requestMC
|
protected MessageContext |
MEPContext.responseMC
|
Methods in org.apache.axis2.jaxws.handler that return MessageContext | |
---|---|
MessageContext |
MEPContext.getMessageContext()
|
MessageContext |
HandlerInvocationContext.getMessageContext()
|
MessageContext |
MEPContext.getRequestMessageContext()
|
MessageContext |
MEPContext.getResponseMessageContext()
|
Methods in org.apache.axis2.jaxws.handler with parameters of type MessageContext | |
---|---|
static void |
TransportHeadersAdapter.install(MessageContext mc)
Add the TransportHeadersAdapter as the property for TransportHeaders |
static void |
AttachmentsAdapter.install(MessageContext mc)
Add the AttachmentAdapter as the property for the inbound or outbound attachment property |
static void |
SOAPHeadersAdapter.install(MessageContext mc)
Add the AttachmentAdapter as the property for the inbound and/or outbound attachment property |
void |
HandlerInvocationContext.setMessageContext(MessageContext messageContext)
|
void |
MEPContext.setResponseMessageContext(MessageContext responseMC)
|
Constructors in org.apache.axis2.jaxws.handler with parameters of type MessageContext | |
---|---|
BaseMessageContext(MessageContext messageCtx)
|
|
LogicalMessageContext(MessageContext messageCtx)
|
|
MEPContext(MessageContext requestMsgCtx)
|
|
SoapMessageContext(MessageContext messageCtx)
|
Uses of MessageContext in org.apache.axis2.jaxws.handler.factory |
---|
Methods in org.apache.axis2.jaxws.handler.factory with parameters of type MessageContext | |
---|---|
HandlerInvoker |
HandlerInvokerFactory.createHandlerInvoker(MessageContext messageContext)
Returns an instance of the HandlerInvoker class. |
Uses of MessageContext in org.apache.axis2.jaxws.handler.factory.impl |
---|
Methods in org.apache.axis2.jaxws.handler.factory.impl with parameters of type MessageContext | |
---|---|
HandlerInvoker |
HandlerInvokerFactoryImpl.createHandlerInvoker(MessageContext messageContext)
|
Uses of MessageContext in org.apache.axis2.jaxws.handler.lifecycle.factory |
---|
Methods in org.apache.axis2.jaxws.handler.lifecycle.factory with parameters of type MessageContext | |
---|---|
Handler |
HandlerLifecycleManager.createHandlerInstance(MessageContext mc,
java.lang.Class handlerClass)
|
void |
HandlerLifecycleManager.destroyHandlerInstance(MessageContext mc,
Handler handler)
|
Uses of MessageContext in org.apache.axis2.jaxws.handler.lifecycle.impl |
---|
Methods in org.apache.axis2.jaxws.handler.lifecycle.impl with parameters of type MessageContext | |
---|---|
Handler |
HandlerLifecycleManagerImpl.createHandlerInstance(MessageContext mc,
java.lang.Class handlerClass)
|
void |
HandlerLifecycleManagerImpl.destroyHandlerInstance(MessageContext mc,
Handler handler)
destroyHandlerInstance calls the handler's annotated PreDestroy method, if it exists. |
Uses of MessageContext in org.apache.axis2.jaxws.message |
---|
Methods in org.apache.axis2.jaxws.message that return MessageContext | |
---|---|
MessageContext |
Message.getMessageContext()
|
Methods in org.apache.axis2.jaxws.message with parameters of type MessageContext | |
---|---|
void |
Message.setMessageContext(MessageContext messageContext)
JAX-WS Message Context that owns the Message |
Uses of MessageContext in org.apache.axis2.jaxws.message.impl |
---|
Methods in org.apache.axis2.jaxws.message.impl that return MessageContext | |
---|---|
MessageContext |
MessageImpl.getMessageContext()
|
Methods in org.apache.axis2.jaxws.message.impl with parameters of type MessageContext | |
---|---|
void |
MessageImpl.setMessageContext(MessageContext messageContext)
|
Uses of MessageContext in org.apache.axis2.jaxws.server |
---|
Methods in org.apache.axis2.jaxws.server with parameters of type MessageContext | |
---|---|
static void |
InvocationHelper.callListenersForException(java.lang.Throwable t,
MessageContext context)
This method is responsible for driving the method below. |
InvocationListener |
InvocationListenerFactory.createInvocationListener(MessageContext messageContext)
|
java.lang.Object |
ServiceInstanceFactoryImpl.createServiceInstance(MessageContext request,
java.lang.Class serviceClass)
|
java.lang.Object |
ServiceInstanceFactory.createServiceInstance(MessageContext request,
java.lang.Class serviceClass)
This method will create, or otherwise obtain a reference to an instance of a web service implementation class. |
static java.lang.Throwable |
InvocationHelper.determineMappedException(java.lang.Throwable t,
MessageContext context)
This method will drive the call to the above methods. |
protected EndpointDispatcher |
EndpointController.getEndpointDispatcher(MessageContext mc,
java.lang.Class serviceImplClass,
java.lang.Object serviceInstance)
|
Uses of MessageContext in org.apache.axis2.jaxws.server.dispatcher |
---|
Methods in org.apache.axis2.jaxws.server.dispatcher that return MessageContext | |
---|---|
MessageContext |
JavaBeanDispatcher.createFaultResponse(MessageContext request,
Protocol p,
java.lang.Throwable t)
|
protected abstract MessageContext |
JavaDispatcher.createFaultResponse(MessageContext request,
java.lang.Throwable fault)
|
MessageContext |
ProviderDispatcher.createFaultResponse(MessageContext request,
java.lang.Throwable fault)
|
MessageContext |
JavaBeanDispatcher.createFaultResponse(MessageContext request,
java.lang.Throwable t)
|
protected abstract MessageContext |
JavaDispatcher.createResponse(MessageContext request,
java.lang.Object[] input,
java.lang.Object output)
|
MessageContext |
ProviderDispatcher.createResponse(MessageContext request,
java.lang.Object[] input,
java.lang.Object output)
|
MessageContext |
JavaBeanDispatcher.createResponse(MessageContext request,
java.lang.Object[] input,
java.lang.Object output)
|
MessageContext |
JavaBeanDispatcher.createResponse(MessageContext request,
Protocol p,
java.lang.Object[] params,
java.lang.Object output)
|
MessageContext |
EndpointDispatcher.invoke(MessageContext request)
Invoke the target endpoint synchronously |
abstract MessageContext |
JavaDispatcher.invoke(MessageContext request)
|
MessageContext |
ProviderDispatcher.invoke(MessageContext request)
|
MessageContext |
JavaBeanDispatcher.invoke(MessageContext mc)
|
Methods in org.apache.axis2.jaxws.server.dispatcher with parameters of type MessageContext | |
---|---|
MessageContext |
JavaBeanDispatcher.createFaultResponse(MessageContext request,
Protocol p,
java.lang.Throwable t)
|
protected abstract MessageContext |
JavaDispatcher.createFaultResponse(MessageContext request,
java.lang.Throwable fault)
|
MessageContext |
ProviderDispatcher.createFaultResponse(MessageContext request,
java.lang.Throwable fault)
|
MessageContext |
JavaBeanDispatcher.createFaultResponse(MessageContext request,
java.lang.Throwable t)
|
java.lang.Object |
ProviderDispatcher.createRequestParameters(MessageContext request)
|
protected abstract MessageContext |
JavaDispatcher.createResponse(MessageContext request,
java.lang.Object[] input,
java.lang.Object output)
|
MessageContext |
ProviderDispatcher.createResponse(MessageContext request,
java.lang.Object[] input,
java.lang.Object output)
|
MessageContext |
JavaBeanDispatcher.createResponse(MessageContext request,
java.lang.Object[] input,
java.lang.Object output)
|
MessageContext |
JavaBeanDispatcher.createResponse(MessageContext request,
Protocol p,
java.lang.Object[] params,
java.lang.Object output)
|
protected java.lang.reflect.Method |
JavaBeanDispatcher.getJavaMethod(MessageContext mc,
java.lang.Class serviceImplClass)
|
MessageContext |
EndpointDispatcher.invoke(MessageContext request)
Invoke the target endpoint synchronously |
abstract MessageContext |
JavaDispatcher.invoke(MessageContext request)
|
MessageContext |
ProviderDispatcher.invoke(MessageContext request)
|
MessageContext |
JavaBeanDispatcher.invoke(MessageContext mc)
|
void |
EndpointDispatcher.invokeAsync(MessageContext request,
EndpointCallback callback)
|
abstract void |
JavaDispatcher.invokeAsync(MessageContext request,
EndpointCallback callback)
|
void |
ProviderDispatcher.invokeAsync(MessageContext request,
EndpointCallback callback)
|
void |
JavaBeanDispatcher.invokeAsync(MessageContext request,
EndpointCallback callback)
|
void |
EndpointDispatcher.invokeOneWay(MessageContext request)
|
abstract void |
JavaDispatcher.invokeOneWay(MessageContext request)
|
void |
ProviderDispatcher.invokeOneWay(MessageContext request)
|
void |
JavaBeanDispatcher.invokeOneWay(MessageContext request)
|
protected java.lang.Object |
JavaBeanDispatcher.invokeService(MessageContext ctx,
java.lang.reflect.Method method,
java.lang.Object obj,
java.lang.Object[] args)
|
protected static void |
JavaDispatcher.setFaultResponseAction(java.lang.Throwable exception,
MessageContext request,
MessageContext response)
|
Uses of MessageContext in org.apache.axis2.jaxws.server.dispatcher.factory |
---|
Methods in org.apache.axis2.jaxws.server.dispatcher.factory with parameters of type MessageContext | |
---|---|
EndpointDispatcher |
EndpointDispatcherFactoryImpl.createEndpointDispatcher(MessageContext mc,
java.lang.Class serviceImpl,
java.lang.Object serviceInstance)
|
EndpointDispatcher |
EndpointDispatcherFactory.createEndpointDispatcher(MessageContext mc,
java.lang.Class serviceImpl,
java.lang.Object serviceInstance)
|
Uses of MessageContext in org.apache.axis2.jaxws.server.endpoint |
---|
Methods in org.apache.axis2.jaxws.server.endpoint that return MessageContext | |
---|---|
static MessageContext |
Utils.createFaultMessage(MessageContext mc,
java.lang.String msg)
|
static MessageContext |
Utils.createVersionMismatchMessage(MessageContext mc,
Protocol protocol)
Creates a fault message that reflects a version mismatch for the configured message protocol. |
Methods in org.apache.axis2.jaxws.server.endpoint with parameters of type MessageContext | |
---|---|
static boolean |
Utils.bindingTypesMatch(MessageContext mc,
ServiceDescription serviceDesc)
Compares the version of the message in the MessageContext to what's expected given the ServiceDescription. |
static MessageContext |
Utils.createFaultMessage(MessageContext mc,
java.lang.String msg)
|
static MessageContext |
Utils.createVersionMismatchMessage(MessageContext mc,
Protocol protocol)
Creates a fault message that reflects a version mismatch for the configured message protocol. |
static OperationDescription |
Utils.getOperationDescription(MessageContext mc)
|
Uses of MessageContext in org.apache.axis2.jaxws.server.endpoint.lifecycle |
---|
Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle with parameters of type MessageContext | |
---|---|
java.lang.Object |
EndpointLifecycleManager.createServiceInstance(MessageContext mc,
java.lang.Class serviceImplClass)
EndpointLifecycleManager will create a service instance. |
Uses of MessageContext in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl |
---|
Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl with parameters of type MessageContext | |
---|---|
java.lang.Object |
EndpointLifecycleManagerImpl.createServiceInstance(MessageContext mc,
java.lang.Class serviceImplClass)
|
protected MessageContext |
EndpointLifecycleManagerImpl.createSOAPMessageContext(MessageContext mc)
|
protected WebServiceContext |
EndpointLifecycleManagerImpl.createWebServiceContext(MessageContext mc)
This method will be responsible for creating an instance of a WebServiceContext and initializing the instance with a MessageContext. |
protected void |
EndpointLifecycleManagerImpl.injectWebServiceContext(MessageContext mc,
WebServiceContext wsContext,
java.lang.Object serviceInstance)
|
protected void |
EndpointLifecycleManagerImpl.performWebServiceContextInjection(MessageContext mc,
java.lang.Object serviceImpl)
This method will provide the necessary function in order to inject a WebServiceContext instance on a member of the service implementation class. |
protected void |
EndpointLifecycleManagerImpl.performWebServiceContextUpdate(MessageContext mc)
This method will provide the necessary function in order to update an existing WebServiceContext instance with a MessageContext for the current request. |
protected java.lang.Object |
EndpointLifecycleManagerImpl.retrieveServiceInstance(MessageContext mc)
This method locates an existing service implementation instance if one has been previously stored away. |
protected void |
EndpointLifecycleManagerImpl.saveWebServiceContext(MessageContext mc,
WebServiceContext wsContext)
This method will provide the function necessary to save the WebServiceContext associated with the endpoint. |
Uses of MessageContext in org.apache.axis2.jaxws.spi |
---|
Methods in org.apache.axis2.jaxws.spi with parameters of type MessageContext | |
---|---|
void |
Binding.configure(MessageContext messageContext,
BindingProvider provider)
|
Uses of MessageContext in org.apache.axis2.jaxws.spi.migrator |
---|
Methods in org.apache.axis2.jaxws.spi.migrator with parameters of type MessageContext | |
---|---|
void |
ApplicationContextMigrator.migratePropertiesFromMessageContext(java.util.Map<java.lang.String,java.lang.Object> userContext,
MessageContext messageContext)
Is called to handle property migratom FROM the internal org.apache.axis2.jaxws.core.MessageContext TO a target user context (BindingProvider client context or server MessageContext) that the user will access. |
void |
ApplicationContextMigrator.migratePropertiesToMessageContext(java.util.Map<java.lang.String,java.lang.Object> userContext,
MessageContext messageContext)
Is called to handle property migration FROM the user context (BindingProvider client context or server MessageContext) TO a target internal org.apache.axis2.jaxws.core.MessageContext. |
static void |
ApplicationContextMigratorUtil.performMigrationFromMessageContext(java.lang.String contextMigratorListID,
java.util.Map<java.lang.String,java.lang.Object> responseContext,
MessageContext messageContext)
|
static void |
ApplicationContextMigratorUtil.performMigrationToMessageContext(java.lang.String contextMigratorListID,
java.util.Map<java.lang.String,java.lang.Object> requestContext,
MessageContext messageContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |