Uses of Interface
org.eclipse.ecf.remoteservice.rest.IRestCall

Packages that use IRestCall
org.eclipse.ecf.remoteservice.rest   
 

Uses of IRestCall in org.eclipse.ecf.remoteservice.rest
 

Classes in org.eclipse.ecf.remoteservice.rest that implement IRestCall
 class RestCall
          Implementation of IRestCall.
 

Methods in org.eclipse.ecf.remoteservice.rest that return IRestCall
static IRestCall RestCallFactory.createRestCall(java.lang.String resourcePath)
           
static IRestCall RestCallFactory.createRestCall(java.lang.String fqMethod, java.lang.Object[] params)
           
static IRestCall RestCallFactory.createRestCall(java.lang.String fqMethod, java.lang.Object[] params, java.util.Map requestHeaders)
           
static IRestCall RestCallFactory.createRestCall(java.lang.String fqMethod, java.lang.Object[] params, java.util.Map requestHeaders, long timeout)