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
 OMElement sendReceive()
           
 void sendReceiveNonblocking(Callback callback)
           
 
Methods inherited from class org.apache.axis2.client.ServiceClient
addHeader, addStringHeader, createClient, engageModule, fireAndForget, fireAndForget, getAxisService, getOptions, sendReceive, sendReceive, sendReceiveNonblocking, sendReceiveNonBlocking, sendRobust, sendRobust, setOptions
 
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 OMElement sendReceive()
                      throws AxisFault
Throws:
AxisFault

sendReceiveNonblocking

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