Uses of Package
org.apache.axis2.clientapi

Packages that use org.apache.axis2.clientapi
org.apache.axis2.clientapi   
 

Classes in org.apache.axis2.clientapi used by org.apache.axis2.clientapi
AsyncResult
          This Class represents the results of a Async Invocation, this is one return to the Callback.
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.
Callback
          This Class is the abstract representation of the Callback that would be called in the completion of a Async invocation
CallbackReceiver
          This is a MessageReceiver that is used at the client side to accept the Messages (response) that comes in the Client.
InOnlyMEPClient
          This class Hnadles In-Only (fire and forget) MEP
InOutMEPClient
          This Class capture handling the In-Out type Method invocations.
MEPClient
          This is the Super Class for all the MEPClients, All the MEPClient will extend this.