Uses of Class
org.apache.axis2.clientapi.MEPClient

Packages that use MEPClient
org.apache.axis2.clientapi   
 

Uses of MEPClient in org.apache.axis2.clientapi
 

Subclasses of MEPClient in org.apache.axis2.clientapi
 class Call
          This class should be used only to invoke INOUT web services and will serve as a more convenient class to work with INOUT MEP.
 class InOnlyMEPClient
          This class Hnadles In-Only (fire and forget) MEP
 class InOutMEPClient
          This Class capture handling the In-Out type Method invocations.
 class MessageSender
          Message Sender is the class simmiler to the Call, one that provides much simpler API to users to work with.
 class RESTCall