org.eclipse.ecf.remoteservice.rest
Class RestCallFactory
java.lang.Object
org.eclipse.ecf.remoteservice.rest.RestCallFactory
public class RestCallFactory
- extends java.lang.Object
Factory to support the creation of IRestCall
objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestCallFactory
public RestCallFactory()
createRestCall
public static IRestCall createRestCall(java.lang.String fqMethod,
java.lang.Object[] params,
java.util.Map requestHeaders,
long timeout)
createRestCall
public static IRestCall createRestCall(java.lang.String fqMethod,
java.lang.Object[] params,
java.util.Map requestHeaders)
createRestCall
public static IRestCall createRestCall(java.lang.String fqMethod,
java.lang.Object[] params)
createRestCall
public static IRestCall createRestCall(java.lang.String resourcePath)