Class RawXMLINOnlyMessageReceiver

java.lang.Object
org.apache.axis2.receivers.AbstractMessageReceiver
org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver
All Implemented Interfaces:
MessageReceiver

public class RawXMLINOnlyMessageReceiver extends AbstractMessageReceiver implements MessageReceiver
The RawXMLINOnlyMessageReceiver MessageReceiver hands over the raw request received to the service implementation class as an OMElement. The implementation class is NOT expected to return any value, but may do so and it would be ignored. This is a synchronous MessageReceiver, and finds the service implementation class to invoke by referring to the "ServiceClass" parameter value specified in the service.xml and looking at the methods of the form void <>(OMElement request)
See Also:
  • Constructor Details

    • RawXMLINOnlyMessageReceiver

      public RawXMLINOnlyMessageReceiver()
  • Method Details