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.
receive(MessageContext msgContext) This methods represents the inflow of the Axis, this could be either at the server side or the client side.
Here the ExecutionChain is created using the Phases.
send(MessageContext msgContext) This methods represents the outflow of the Axis, this could be either at the server side or the client side.
Here the ExecutionChain is created using the Phases.
This method is called to handle any error that occurs at inflow or outflow. But if the
method is called twice, it implies that sending the error handling has failed, in which case
the method logs the error and exists.
This methods represents the inflow of the Axis, this could be either at the server side or the client side.
Here the ExecutionChain is created using the Phases. The Handlers at the each Phases is ordered in
deployment time by the deployment module
throws: AxisFault - See Also:MessageContext See Also:Phase See Also:Handler
Resume processing of a message.
Parameters: msgctx - An InvocationResponse allowing the invoker to perhaps determinewhether or not the message processing will ever succeed. throws: AxisFault -
If the msgConetext is puased and try to invoke then
first invoke the phase list and after the message receiver
Parameters: msgContext - An InvocationResponse allowing the invoker to perhaps determinewhether or not the message processing will ever succeed. throws: AxisFault -
To resume the invocation at the send path , this is neened since it is require to call
TransportSender at the end
Parameters: msgContext - An InvocationResponse allowing the invoker to perhaps determinewhether or not the message processing will ever succeed. throws: AxisFault -
This methods represents the outflow of the Axis, this could be either at the server side or the client side.
Here the ExecutionChain is created using the Phases. The Handlers at the each Phases is ordered in
deployment time by the deployment module
Parameters: msgContext - throws: AxisFault - See Also:MessageContext See Also:Phase See Also:Handler