org.apache.axis2.receivers
Class RawXMLINOutAsyncMessageReceiver
java.lang.Object
org.apache.axis2.receivers.AbstractMessageReceiver
org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver
org.apache.axis2.receivers.RawXMLINOutMessageReceiver
org.apache.axis2.receivers.RawXMLINOutAsyncMessageReceiver
- All Implemented Interfaces:
- MessageReceiver
Deprecated. use RawXMLINOutMessageReceiver and the DO_ASYNC property instead....
public class RawXMLINOutAsyncMessageReceiver
- extends RawXMLINOutMessageReceiver
The RawXMLINOutAsyncMessageReceiver MessageReceiver hands over the raw request received to
the service implementation class as an OMElement. The implementation class is expected
to return back the OMElement to be returned to the caller. This is an asynchronous
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 OMElement <>(OMElement request)
- See Also:
RawXMLINOnlyMessageReceiver
,
RawXMLINOutMessageReceiver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawXMLINOutAsyncMessageReceiver
public RawXMLINOutAsyncMessageReceiver()
- Deprecated.
receive
public void receive(MessageContext messageCtx)
throws AxisFault
- Deprecated.
- Specified by:
receive
in interface MessageReceiver
- Overrides:
receive
in class AbstractMessageReceiver
- Parameters:
messageCtx
- active MessageContext
- Throws:
AxisFault
- if a problem occurred
Copyright © 2007 Apache Web Services Project. All Rights Reserved.