Uses of Class
org.apache.axis2.receivers.AbstractMessageReceiver

Packages that use AbstractMessageReceiver
org.apache.axis2.receivers   
 

Uses of AbstractMessageReceiver in org.apache.axis2.receivers
 

Subclasses of AbstractMessageReceiver in org.apache.axis2.receivers
 class AbstractInMessageReceiver
          This is takes care of the IN-OUT sync MEP in the server side
 class AbstractInOutAsyncMessageReceiver
          This is takes care of the IN-OUT sync MEP in the server side
 class AbstractInOutSyncMessageReceiver
          This is the Absract IN-OUT MEP MessageReceiver.
 class AbstractRobustInMessageReceiver
          This is takes care of the IN-OUT sync MEP in the server side
 class RawXMLINOnlyMessageReceiver
          The RawXMLINOnlyMessageReceiver MessageReceiver hands over the raw request received to the service implementation class as an OMElement.
 class RawXMLINOutAsyncMessageReceiver
          The RawXMLINOutAsyncMessageReceiver MessageReceiver hands over the raw request received to the service implementation class as an OMElement.
 class RawXMLINOutMessageReceiver
          The RawXMLINOutMessageReceiver MessageReceiver hands over the raw request received to the service implementation class as an OMElement.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.