org.apache.axis2.client
Class RESTCall

java.lang.Object
  extended byorg.apache.axis2.client.ServiceClient
      extended byorg.apache.axis2.client.RESTCall

public class RESTCall
extends ServiceClient


Field Summary
 
Fields inherited from class org.apache.axis2.client.ServiceClient
ANON_OUT_IN_OP, ANON_OUT_ONLY_OP, ANON_ROBUST_OUT_ONLY_OP, ANON_SERVICE
 
Constructor Summary
RESTCall()
           
 
Method Summary
 org.apache.axiom.om.OMElement sendReceive()
           
 void sendReceiveNonblocking(Callback callback)
           
 
Methods inherited from class org.apache.axis2.client.ServiceClient
addHeader, addStringHeader, createClient, disEngageModule, engageModule, finalizeInvoke, fireAndForget, fireAndForget, getAxisService, getMyEPR, getOptions, getOverrideOptions, getServiceContext, getTargetEPR, removeHeaders, sendReceive, sendReceive, sendReceiveNonBlocking, sendReceiveNonBlocking, sendRobust, sendRobust, setOptions, setOverrideOptions, setTargetEPR
 
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
Method Detail

sendReceive

public org.apache.axiom.om.OMElement sendReceive()
                                          throws AxisFault
Throws:
AxisFault

sendReceiveNonblocking

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