|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.engine.AxisEngine
public class AxisEngine
There is one engine for the Server and the Client. the send() and receive() Methods are the basic operations the Sync, Async messageing are build on top.
Constructor Summary | |
---|---|
AxisEngine(ConfigurationContext engineContext)
Constructor AxisEngine |
Method Summary | |
---|---|
static MessageContext |
createFaultMessageContext(MessageContext processingContext,
java.lang.Throwable e)
Deprecated. (post 1.1 branch) |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AxisEngine(ConfigurationContext engineContext)
Method Detail |
---|
public static MessageContext createFaultMessageContext(MessageContext processingContext, java.lang.Throwable e) throws AxisFault
AxisFault
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 module
AxisFault
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 module
msgContext
-
AxisFault
MessageContext
,
Phase
,
Handler
public static void sendFault(MessageContext msgContext) throws AxisFault
msgContext
-
AxisFault
public static void resumeSendFault(MessageContext msgContext) throws AxisFault
msgContext
-
AxisFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |