|
||||||||||
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.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.onError(java.lang.Throwable flt,
MessageContext faultCtx)
|
Uses of MessageContext in org.apache.axis2.jaxws.client.dispatch |
---|
Methods in org.apache.axis2.jaxws.client.dispatch with parameters of type MessageContext | |
---|---|
static WebServiceException |
BaseDispatch.getFaultResponse(MessageContext msgCtx)
Returns the fault that is contained within the MessageContext for an invocation. |
java.lang.Throwable |
JAXBDispatchAsyncListener.getFaultResponse(MessageContext mc)
|
java.lang.Throwable |
XMLDispatchAsyncListener.getFaultResponse(MessageContext mc)
|
java.lang.Object |
JAXBDispatchAsyncListener.getResponseValueObject(MessageContext mc)
|
java.lang.Object |
XMLDispatchAsyncListener.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(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 |
---|
Methods in org.apache.axis2.jaxws.core.controller that return MessageContext | |
---|---|
protected abstract MessageContext |
InvocationController.doInvoke(MessageContext request)
|
MessageContext |
AxisInvocationController.doInvoke(MessageContext request)
|
Methods in org.apache.axis2.jaxws.core.controller with parameters of type MessageContext | |
---|---|
protected abstract MessageContext |
InvocationController.doInvoke(MessageContext request)
|
MessageContext |
AxisInvocationController.doInvoke(MessageContext request)
|
abstract Response |
InvocationController.doInvokeAsync(MessageContext mc)
|
Response |
AxisInvocationController.doInvokeAsync(MessageContext request)
|
abstract java.util.concurrent.Future<?> |
InvocationController.doInvokeAsync(MessageContext mc,
AsyncHandler asyncHandler)
|
java.util.concurrent.Future<?> |
AxisInvocationController.doInvokeAsync(MessageContext request,
AsyncHandler callback)
|
protected abstract void |
InvocationController.doInvokeOneWay(MessageContext mc)
|
void |
AxisInvocationController.doInvokeOneWay(MessageContext request)
|
protected abstract void |
InvocationController.prepareRequest(MessageContext mc)
Abstract method that must be implemented by whoever is providing the specific client binding. |
protected void |
AxisInvocationController.prepareRequest(MessageContext requestMsgCtx)
|
protected abstract void |
InvocationController.prepareResponse(MessageContext mc)
Abstract method that must be implemented by whoever is providing the specific client binding. |
protected void |
AxisInvocationController.prepareResponse(MessageContext responseMsgCtx)
|
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.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 |
MEPContext.getRequestMessageContext()
|
MessageContext |
MEPContext.getResponseMessageContext()
|
Methods in org.apache.axis2.jaxws.handler with parameters of type MessageContext | |
---|---|
static void |
AttachmentsAdapter.install(MessageContext mc)
Add the AttachmentAdapter as the property for the inbound or outbound attachment property |
static void |
TransportHeadersAdapter.install(MessageContext mc)
Add the TransportHeadersAdapter as the property for TransportHeaders |
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.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)
|
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)
|
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.dispatcher |
---|
Methods in org.apache.axis2.jaxws.server.dispatcher that return MessageContext | |
---|---|
MessageContext |
JavaBeanDispatcher.invoke(MessageContext mc)
|
abstract MessageContext |
JavaDispatcher.invoke(MessageContext mc)
|
MessageContext |
EndpointDispatcher.invoke(MessageContext mc)
Invoke the target endpoint synchronously |
MessageContext |
ProviderDispatcher.invoke(MessageContext mc)
|
Methods in org.apache.axis2.jaxws.server.dispatcher with parameters of type MessageContext | |
---|---|
MessageContext |
JavaBeanDispatcher.invoke(MessageContext mc)
|
abstract MessageContext |
JavaDispatcher.invoke(MessageContext mc)
|
MessageContext |
EndpointDispatcher.invoke(MessageContext mc)
Invoke the target endpoint synchronously |
MessageContext |
ProviderDispatcher.invoke(MessageContext mc)
|
protected java.lang.Object |
ProviderDispatcher.invokeProvider(MessageContext ctx,
Provider provider,
java.lang.Object input)
|
protected java.lang.Object |
JavaBeanDispatcher.invokeService(MessageContext ctx,
java.lang.reflect.Method method,
java.lang.Object obj,
java.lang.Object[] args)
|
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)
|
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 |