|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageContext in org.apache.axis2 |
Methods in org.apache.axis2 with parameters of type MessageContext | |
void |
InstanceDispatcher.invoke(MessageContext msgContext)
Post Condition : All the Contexts must be populated. |
Uses of MessageContext in org.apache.axis2.clientapi |
Methods in org.apache.axis2.clientapi that return MessageContext | |
protected MessageContext |
MEPClient.prepareTheSOAPEnvelope(OMElement toSend)
This class prepare the SOAP Envelope using the payload |
MessageContext |
InOutMEPClient.invokeBlocking(OperationDescription axisop,
MessageContext msgctx)
This invocation done via this method blocks till the result arrives, using this method does not indicate anyhting about the transport used or the nature of the transport. |
protected MessageContext |
Stub.getMessageContext()
get the message context |
MessageContext |
AsyncResult.getResponseMessageContext()
|
MessageContext |
Call.getLastResponseMessage()
|
static MessageContext |
TwoWayTransportBasedSender.send(MessageContext msgctx,
TransportInDescription transportIn)
|
Methods in org.apache.axis2.clientapi with parameters of type MessageContext | |
void |
CallbackReceiver.receive(MessageContext messgeCtx)
|
protected void |
MEPClient.prepareInvocation(OperationDescription axisop,
MessageContext msgCtx)
prepare the message context for invocation, here the properties kept in the MEPClient copied to the MessageContext |
MessageContext |
InOutMEPClient.invokeBlocking(OperationDescription axisop,
MessageContext msgctx)
This invocation done via this method blocks till the result arrives, using this method does not indicate anyhting about the transport used or the nature of the transport. |
void |
InOutMEPClient.invokeNonBlocking(OperationDescription axisop,
MessageContext msgctx,
Callback callback)
This invocation done via this method blocks till the result arrives, using this method does not indicate anyhting about the transport used or the nature of the transport. |
void |
InOnlyMEPClient.send(OperationDescription axisop,
MessageContext msgctx)
Send the SOAP Message and forget about it. |
static MessageContext |
TwoWayTransportBasedSender.send(MessageContext msgctx,
TransportInDescription transportIn)
|
Constructors in org.apache.axis2.clientapi with parameters of type MessageContext | |
AsyncResult(MessageContext result)
|
Uses of MessageContext in org.apache.axis2.context |
Methods in org.apache.axis2.context that return MessageContext | |
MessageContext |
OperationContext.getMessageContext(int messageLabel)
|
Methods in org.apache.axis2.context with parameters of type MessageContext | |
void |
OperationContext.addMessageContext(MessageContext msgContext)
When a new message is added to the MEPContext the logic
should be included remove the MEPContext from the table in the
EngineContext . |
ServiceGroupContext |
ConfigurationContext.fillServiceContextAndServiceGroupContext(MessageContext messageContext)
This method should search for a SGC in the map with given id as the key. |
Uses of MessageContext in org.apache.axis2.description |
Methods in org.apache.axis2.description with parameters of type MessageContext | |
ServiceContext |
ServiceDescription.u(MessageContext msgContext)
This finds the ServiceContext provided that the incomming message that has have some serviceInstanceID. |
OperationContext |
OperationDescription.findOperationContext(MessageContext msgContext,
ServiceContext serviceContext)
This method is responsible for finding a MEPContext for an incomming messages. |
OperationContext |
OperationDescription.findForExistingOperationContext(MessageContext msgContext)
This will not create a new operation context if there is no one already. |
void |
OperationDescription.registerOperationContext(MessageContext msgContext,
OperationContext operationContext)
|
Uses of MessageContext in org.apache.axis2.engine |
Methods in org.apache.axis2.engine that return MessageContext | |
MessageContext |
AxisEngine.createFaultMessageContext(MessageContext processingContext,
java.lang.Throwable e)
If error occurs at inflow or the out flow this method will call to handle the error. |
Methods in org.apache.axis2.engine with parameters of type MessageContext | |
OperationDescription |
RequestURIBasedDispatcher.findOperation(ServiceDescription service,
MessageContext messageContext)
|
ServiceDescription |
RequestURIBasedDispatcher.findService(MessageContext messageContext)
|
OperationDescription |
SOAPMessageBodyBasedDispatcher.findOperation(ServiceDescription service,
MessageContext messageContext)
|
ServiceDescription |
SOAPMessageBodyBasedDispatcher.findService(MessageContext messageContext)
|
void |
DispatchingChecker.invoke(MessageContext msgctx)
Method invoke |
void |
AbstractDispatcher.invoke(MessageContext msgctx)
This is final, obivously not for overiding |
abstract ServiceDescription |
AbstractDispatcher.findService(MessageContext messageContext)
Give the diaptacher turn to find the Service |
abstract OperationDescription |
AbstractDispatcher.findOperation(ServiceDescription service,
MessageContext messageContext)
Give the diaptacher turn to find the Operation |
void |
SOAPProcessingModelChecker.invoke(MessageContext msgContext)
|
OperationDescription |
AddressingBasedDispatcher.findOperation(ServiceDescription service,
MessageContext messageContext)
|
ServiceDescription |
AddressingBasedDispatcher.findService(MessageContext messageContext)
|
void |
Phase.invoke(MessageContext msgctx)
If need to see how this works look at the stack! |
void |
Phase.invokeStartFromHandler(javax.xml.namespace.QName name,
MessageContext msgctx)
|
static void |
DependencyManager.configureBusinessLogicProvider(java.lang.Object obj,
MessageContext msgctx,
MessageContext newMsgCtx)
|
void |
MessageReceiver.receive(MessageContext messgeCtx)
|
void |
AxisEngine.send(MessageContext msgContext)
This methods represents the outflow of the Axis, this could be either at the server side or the client side. |
void |
AxisEngine.receive(MessageContext msgContext)
This methods represents the inflow of the Axis, this could be either at the server side or the client side. |
void |
AxisEngine.sendFault(MessageContext msgContext)
This Method Send the SOAP Fault to a Other SOAP Node |
void |
AxisEngine.receiveFault(MessageContext msgContext)
This is invoked when a SOAP Fault is received from a Other SOAP Node |
MessageContext |
AxisEngine.createFaultMessageContext(MessageContext processingContext,
java.lang.Throwable e)
If error occurs at inflow or the out flow this method will call to handle the error. |
void |
AxisEngine.resumeInvocationPhases(java.util.ArrayList phases,
MessageContext msgctx)
|
void |
Handler.invoke(MessageContext msgContext)
Invoke is called to do the actual work of the Handler object. |
OperationDescription |
SOAPActionBasedDispatcher.findOperation(ServiceDescription service,
MessageContext messageContext)
|
ServiceDescription |
SOAPActionBasedDispatcher.findService(MessageContext messageContext)
|
Uses of MessageContext in org.apache.axis2.handlers |
Methods in org.apache.axis2.handlers with parameters of type MessageContext | |
void |
AbstractHandler.revoke(MessageContext msgContext)
Method revoke |
Uses of MessageContext in org.apache.axis2.handlers.addressing |
Methods in org.apache.axis2.handlers.addressing with parameters of type MessageContext | |
void |
AddressingOutHandler.invoke(MessageContext msgContext)
|
void |
AddressingInHandler.invoke(MessageContext msgContext)
|
Uses of MessageContext in org.apache.axis2.receivers |
Methods in org.apache.axis2.receivers with parameters of type MessageContext | |
protected java.lang.Object |
AbstractMessageReceiver.makeNewServiceObject(MessageContext msgContext)
Method makeNewServiceObject |
protected java.lang.Object |
AbstractMessageReceiver.getTheImplementationObject(MessageContext msgContext)
Method getTheImplementationObject |
void |
RawXMLINOnlyMessageReceiver.invokeBusinessLogic(MessageContext msgContext)
|
abstract void |
AbstractInOutAsyncMessageReceiver.invokeBusinessLogic(MessageContext inMessage,
MessageContext outMessage,
ServerCallback callback)
|
void |
AbstractInOutAsyncMessageReceiver.receive(MessageContext messgeCtx)
|
abstract void |
AbstractInOutSyncMessageReceiver.invokeBusinessLogic(MessageContext inMessage,
MessageContext outMessage)
|
void |
AbstractInOutSyncMessageReceiver.receive(MessageContext msgContext)
|
abstract void |
AbstractInMessageReceiver.invokeBusinessLogic(MessageContext inMessage)
|
void |
AbstractInMessageReceiver.receive(MessageContext messgeCtx)
|
void |
ServerCallback.handleResult(MessageContext result)
|
void |
RawXMLINOutMessageReceiver.invokeBusinessLogic(MessageContext msgContext,
MessageContext newmsgContext)
|
abstract void |
AbstractRobustInMessageReceiver.invokeBusinessLogic(MessageContext inMessage)
|
void |
AbstractRobustInMessageReceiver.receive(MessageContext messgeCtx)
|
Uses of MessageContext in org.apache.axis2.rpc |
Methods in org.apache.axis2.rpc with parameters of type MessageContext | |
void |
RPCInOutMessageReceiver.invokeBusinessLogic(MessageContext inMessage,
MessageContext outMessage)
|
Uses of MessageContext in org.apache.axis2.security |
Methods in org.apache.axis2.security with parameters of type MessageContext | |
void |
WSDoAllReceiver.invoke(MessageContext msgContext)
|
void |
WSDoAllSender.invoke(MessageContext msgContext)
|
Uses of MessageContext in org.apache.axis2.security.handler |
Methods in org.apache.axis2.security.handler with parameters of type MessageContext | |
void |
WSDoAllHandler.revoke(MessageContext msgContext)
Method revoke |
Uses of MessageContext in org.apache.axis2.transport |
Methods in org.apache.axis2.transport with parameters of type MessageContext | |
static SOAPEnvelope |
TransportUtils.createSOAPMessage(MessageContext msgContext,
java.lang.String soapNamespaceURI)
|
void |
TransportSender.cleanUp(MessageContext msgContext)
Clean up |
void |
AbstractTransportSender.invoke(MessageContext msgContext)
Method invoke |
void |
AbstractTransportSender.writeMessage(MessageContext msgContext,
java.io.OutputStream out)
|
abstract java.io.OutputStream |
AbstractTransportSender.startSendWithToAddress(MessageContext msgContext,
java.io.OutputStream out)
|
abstract void |
AbstractTransportSender.finalizeSendWithToAddress(MessageContext msgContext,
java.io.OutputStream out)
|
abstract java.io.OutputStream |
AbstractTransportSender.startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
java.io.OutputStream out)
|
abstract void |
AbstractTransportSender.finalizeSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
java.io.OutputStream out)
|
protected abstract java.io.OutputStream |
AbstractTransportSender.openTheConnection(EndpointReference epr,
MessageContext msgctx)
|
Uses of MessageContext in org.apache.axis2.transport.http |
Methods in org.apache.axis2.transport.http with parameters of type MessageContext | |
void |
CommonsHTTPTransportSender.invoke(MessageContext msgContext)
|
void |
CommonsHTTPTransportSender.writeMessageWithToOutPutStream(MessageContext msgContext,
java.io.OutputStream out)
|
void |
CommonsHTTPTransportSender.writeMessageWithCommons(MessageContext msgContext,
EndpointReference toURL,
OMElement dataout)
|
protected HostConfiguration |
CommonsHTTPTransportSender.getHostConfiguration(MessageContext context,
java.net.URL targetURL)
|
void |
CommonsHTTPTransportSender.cleanUp(MessageContext msgContext)
|
static void |
HTTPTransportUtils.processHTTPPostRequest(MessageContext msgContext,
java.io.InputStream in,
java.io.OutputStream out,
java.lang.String contentType,
java.lang.String soapActionHeader,
java.lang.String requestURI,
ConfigurationContext configurationContext)
|
static boolean |
HTTPTransportUtils.processHTTPGetRequest(MessageContext msgContext,
java.io.InputStream in,
java.io.OutputStream out,
java.lang.String contentType,
java.lang.String soapAction,
java.lang.String requestURI,
ConfigurationContext configurationContext,
java.util.Map requestParameters)
|
static StAXBuilder |
HTTPTransportUtils.selectBuilderForMIME(MessageContext msgContext,
java.io.InputStream inStream,
java.lang.String contentTypeString)
|
static boolean |
HTTPTransportUtils.doWriteMTOM(MessageContext msgContext)
|
Constructors in org.apache.axis2.transport.http with parameters of type MessageContext | |
CommonsHTTPTransportSender.AxisRequestEntity(OMElement element,
boolean chuncked,
MessageContext msgCtxt,
java.lang.String charSetEncoding,
java.lang.String soapActionString)
|
Uses of MessageContext in org.apache.axis2.transport.local |
Methods in org.apache.axis2.transport.local with parameters of type MessageContext | |
java.io.OutputStream |
LocalTransportSender.startSendWithToAddress(MessageContext msgContext,
java.io.OutputStream out)
|
void |
LocalTransportSender.finalizeSendWithToAddress(MessageContext msgContext,
java.io.OutputStream out)
|
protected java.io.OutputStream |
LocalTransportSender.openTheConnection(EndpointReference epr,
MessageContext msgContext)
|
java.io.OutputStream |
LocalTransportSender.startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
java.io.OutputStream out)
|
void |
LocalTransportSender.finalizeSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
java.io.OutputStream out)
|
void |
LocalTransportSender.cleanUp(MessageContext msgContext)
|
Uses of MessageContext in org.apache.axis2.transport.mail |
Methods in org.apache.axis2.transport.mail with parameters of type MessageContext | |
void |
MailTransportSender.finalizeSendWithToAddress(MessageContext msgContext,
java.io.OutputStream out)
|
java.io.OutputStream |
MailTransportSender.startSendWithToAddress(MessageContext msgContext,
java.io.OutputStream out)
|
protected java.io.OutputStream |
MailTransportSender.openTheConnection(EndpointReference epr,
MessageContext msgContext)
|
java.io.OutputStream |
MailTransportSender.startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
java.io.OutputStream out)
|
void |
MailTransportSender.finalizeSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
java.io.OutputStream out)
|
void |
MailTransportSender.cleanUp(MessageContext msgContext)
|
Uses of MessageContext in org.apache.axis2.transport.tcp |
Methods in org.apache.axis2.transport.tcp with parameters of type MessageContext | |
protected void |
TCPTransportSender.writeTransportHeaders(java.io.Writer out,
URL url,
MessageContext msgContext,
int contentLength)
Method writeTransportHeaders |
void |
TCPTransportSender.finalizeSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
java.io.OutputStream out)
|
void |
TCPTransportSender.finalizeSendWithToAddress(MessageContext msgContext,
java.io.OutputStream out)
|
protected java.io.OutputStream |
TCPTransportSender.openTheConnection(EndpointReference toURL,
MessageContext msgContext)
|
java.io.OutputStream |
TCPTransportSender.startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
java.io.OutputStream out)
|
java.io.OutputStream |
TCPTransportSender.startSendWithToAddress(MessageContext msgContext,
java.io.OutputStream out)
|
void |
TCPTransportSender.cleanUp(MessageContext msgContext)
|
Uses of MessageContext in org.apache.axis2.util |
Methods in org.apache.axis2.util with parameters of type MessageContext | |
static void |
Utils.extractServiceGroupAndServiceInfo(java.lang.String filePart,
MessageContext messageContext)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |