Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
RequestBlockingHandler.invoke(MessageContext msgContext) |
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
AddressingBasedDispatcher.invoke(MessageContext msgctx) |
Handler.InvocationResponse |
AbstractServiceDispatcher.invoke(MessageContext msgctx) |
Handler.InvocationResponse |
AbstractOperationDispatcher.invoke(MessageContext msgctx) |
Modifier and Type | Field and Description |
---|---|
static Handler.InvocationResponse |
Handler.InvocationResponse.ABORT |
static Handler.InvocationResponse |
Handler.InvocationResponse.CONTINUE |
static Handler.InvocationResponse |
Handler.InvocationResponse.SUSPEND |
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
Phase.invoke(MessageContext msgctx)
Invoke all the handlers in this Phase
|
Handler.InvocationResponse |
InstanceDispatcher.invoke(MessageContext msgContext)
Deprecated.
This doesn't do anything, as the functionality is now in DispatchPhase.checkPostConditions()
The class remains for backwards compatibility of axis2.xml files, but it should go away after
1.3.
|
Handler.InvocationResponse |
Handler.invoke(MessageContext msgContext)
This method will be called on each registered handler when a message
needs to be processed.
|
Handler.InvocationResponse |
AbstractDispatcher.invoke(MessageContext msgctx) |
static Handler.InvocationResponse |
AxisEngine.receive(MessageContext msgContext)
This methods represents the inflow of the Axis, this could be either at the server side or the client side.
|
static Handler.InvocationResponse |
AxisEngine.resume(MessageContext msgctx)
Resume processing of a message.
|
static Handler.InvocationResponse |
AxisEngine.resumeReceive(MessageContext msgContext)
If the msgConetext is puased and try to invoke then
first invoke the phase list and after the message receiver
|
static Handler.InvocationResponse |
AxisEngine.resumeSend(MessageContext msgContext)
To resume the invocation at the send path , this is neened since it is require to call
TransportSender at the end
|
Modifier and Type | Method and Description |
---|---|
abstract Handler.InvocationResponse |
AbstractTemplatedHandler.doInvoke(MessageContext msgCtx)
This should implement the actual handler invocation logic.
|
Handler.InvocationResponse |
AbstractTemplatedHandler.invoke(MessageContext msgContext)
Implements the separation of the conditional check and the actual logic
|
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
AddressingOutHandler.doInvoke(MessageContext msgContext) |
Handler.InvocationResponse |
AddressingInHandler.doInvoke(MessageContext msgContext) |
Handler.InvocationResponse |
AddressingValidationHandler.invoke(MessageContext msgContext) |
Handler.InvocationResponse |
AddressingInFaultHandler.invoke(MessageContext msgContext) |
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
SOAPMonitorHandler.invoke(MessageContext messageContext)
Process and SOAP message
|
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
DispatchOperationHandler.invoke(MessageContext msgContext) |
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
MustUnderstandChecker.doInvoke(MessageContext msgContext) |
Handler.InvocationResponse |
MustUnderstandValidationDispatcher.invoke(MessageContext msgctx) |
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
MTOMOutHandler.invoke(MessageContext msgCtx)
Checks the effective policy set and based on it the
enableMTOM is set to the appropriate value.
E.g. |
Handler.InvocationResponse |
MTOMInHandler.invoke(MessageContext msgCtx)
Checks if the message should be MTOMised.
|
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
UnderstandAllHeadersHandler.invoke(MessageContext msgContext) |
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
AbstractTransportSender.invoke(MessageContext msgContext) |
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
CommonsHTTPTransportSender.invoke(MessageContext msgContext) |
static Handler.InvocationResponse |
HTTPTransportUtils.processHTTPPostRequest(MessageContext msgContext,
InputStream in,
OutputStream out,
String contentType,
String soapActionHeader,
String requestURI) |
Modifier and Type | Method and Description |
---|---|
static Handler.InvocationResponse |
RESTUtil.processURLRequest(MessageContext msgContext,
OutputStream out,
String contentType) |
static Handler.InvocationResponse |
RESTUtil.processXMLRequest(MessageContext msgContext,
InputStream in,
OutputStream out,
String contentType) |
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
JavaTransportSender.invoke(MessageContext msgContext) |
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
LocalTransportSender.invoke(MessageContext msgContext)
Method invoke
|
Handler.InvocationResponse |
LocalResponder.invoke(MessageContext msgContext)
Method invoke
|
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
XMPPSender.invoke(MessageContext msgContext) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.