org.apache.axis2.engine
Interface MessageReceiver
- All Known Implementing Classes:
- AbstractMessageReceiver, CallbackReceiver, RawXMLINOnlyMessageReceiver, RawXMLINOutMessageReceiver
- public interface MessageReceiver
This one receives the Message, what is does is not of concern for Axis2 (litirally).
Any incomming message is hand over to the MessageReceiver, if the processing produce something
or not as well as is there areany more SOAP Message to be sent or recived is up to the
Message Receiver to decide.
receive
public void receive(MessageContext messgeCtx)
throws AxisFault
- Throws:
AxisFault