org.apache.axis2.clientapi
Class RESTCall

java.lang.Object
  extended byorg.apache.axis2.clientapi.MEPClient
      extended byorg.apache.axis2.clientapi.InOutMEPClient
          extended byorg.apache.axis2.clientapi.Call
              extended byorg.apache.axis2.clientapi.RESTCall

public class RESTCall
extends Call


Nested Class Summary
 
Nested classes inherited from class org.apache.axis2.clientapi.InOutMEPClient
InOutMEPClient.SyncCallBack
 
Field Summary
 
Fields inherited from class org.apache.axis2.clientapi.Call
operationTemplate
 
Fields inherited from class org.apache.axis2.clientapi.InOutMEPClient
callbackReceiver, listener, listenerTransport, senderTransport, timeOutInMilliSeconds, to, useSeparateListener
 
Fields inherited from class org.apache.axis2.clientapi.MEPClient
doREST, doRestThroughPOST, isExceptionToBeThrownOnSOAPFault, mep, serviceContext, soapAction, soapVersionURI, wsaAction
 
Constructor Summary
RESTCall()
           
RESTCall(ServiceContext service)
           
 
Method Summary
 OMElement invokeBlocking()
           
 void invokeNonBlocking(Callback callback)
           
 
Methods inherited from class org.apache.axis2.clientapi.Call
assumeServiceContext, get, getLastResponseMessage, invokeBlocking, invokeBlocking, invokeNonBlocking, invokeNonBlocking, set
 
Methods inherited from class org.apache.axis2.clientapi.InOutMEPClient
close, invokeBlocking, invokeNonBlocking, setTimeOutInMilliSeconds, setTo, setTransportInfo
 
Methods inherited from class org.apache.axis2.clientapi.MEPClient
createDefaultSOAPEnvelope, engageModule, getSoapAction, inferTransport, prepareInvocation, prepareTheSOAPEnvelope, setDoREST, setExceptionToBeThrownOnSOAPFault, setRestThroughPOST, setSoapAction, setSoapVersionURI, setWsaAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTCall

public RESTCall()
         throws AxisFault

RESTCall

public RESTCall(ServiceContext service)
         throws AxisFault
Method Detail

invokeBlocking

public OMElement invokeBlocking()
                         throws AxisFault
Throws:
AxisFault

invokeNonBlocking

public void invokeNonBlocking(Callback callback)
                       throws AxisFault
Throws:
AxisFault