public class AxisEngine extends Object
Constructor and Description |
---|
AxisEngine() |
Modifier and Type | Method and Description |
---|---|
static Handler.InvocationResponse |
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 |
resume(MessageContext msgctx)
Resume processing of a message.
|
static Handler.InvocationResponse |
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 |
resumeSend(MessageContext msgContext)
To resume the invocation at the send path , this is neened since it is require to call
TransportSender at the end
|
static void |
resumeSendFault(MessageContext msgContext)
here we assume that it is resume from an operation level handler
|
static void |
send(MessageContext msgContext)
This methods represents the outflow of the Axis, this could be either at the server side or the client side.
|
static void |
sendFault(MessageContext msgContext)
Sends the SOAP Fault to another SOAP node.
|
public static Handler.InvocationResponse receive(MessageContext msgContext) throws AxisFault
ExecutionChain
is created using the Phases. The Handlers at the each Phases is ordered in
deployment time by the deployment moduleAxisFault
MessageContext
,
Phase
,
Handler
public static Handler.InvocationResponse resumeReceive(MessageContext msgContext) throws AxisFault
msgContext
- AxisFault
public static Handler.InvocationResponse resumeSend(MessageContext msgContext) throws AxisFault
msgContext
- AxisFault
public static Handler.InvocationResponse resume(MessageContext msgctx) throws AxisFault
msgctx
- AxisFault
public static void send(MessageContext msgContext) throws AxisFault
ExecutionChain
is created using the Phases. The Handlers at the each Phases is ordered in
deployment time by the deployment modulemsgContext
- AxisFault
MessageContext
,
Phase
,
Handler
public static void sendFault(MessageContext msgContext) throws AxisFault
msgContext
- AxisFault
public static void resumeSendFault(MessageContext msgContext) throws AxisFault
msgContext
- AxisFault
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.