org.apache.axis2.receivers
Class RawXMLINOutAsyncMessageReceiver

java.lang.Object
  extended byorg.apache.axis2.receivers.AbstractMessageReceiver
      extended byorg.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver
          extended byorg.apache.axis2.receivers.RawXMLINOutAsyncMessageReceiver
All Implemented Interfaces:
MessageReceiver

public class RawXMLINOutAsyncMessageReceiver
extends AbstractInOutAsyncMessageReceiver


Field Summary
 
Fields inherited from class org.apache.axis2.receivers.AbstractMessageReceiver
SCOPE, SERVICE_CLASS
 
Constructor Summary
RawXMLINOutAsyncMessageReceiver()
           
 
Method Summary
 Method findOperation(AxisOperation op, Class ImplClass)
           
 void invokeBusinessLogic(MessageContext msgContext, MessageContext newmsgContext)
           
 
Methods inherited from class org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver
receive
 
Methods inherited from class org.apache.axis2.receivers.AbstractMessageReceiver
getSOAPFactory, getTheImplementationObject, makeNewServiceObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawXMLINOutAsyncMessageReceiver

public RawXMLINOutAsyncMessageReceiver()
Method Detail

findOperation

public Method findOperation(AxisOperation op,
                            Class ImplClass)

invokeBusinessLogic

public void invokeBusinessLogic(MessageContext msgContext,
                                MessageContext newmsgContext)
                         throws AxisFault
Specified by:
invokeBusinessLogic in class AbstractInOutAsyncMessageReceiver
Throws:
AxisFault