Class RestCallFactory
java.lang.Object
org.eclipse.ecf.remoteservice.rest.RestCallFactory
Factory to support the creation of
IRestCall
objects.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IRestCall
createRestCall
(String resourcePath) static IRestCall
createRestCall
(String fqMethod, Object[] params) static IRestCall
createRestCall
(String fqMethod, Object[] params, Map requestHeaders) static IRestCall
createRestCall
(String fqMethod, Object[] params, Map requestHeaders, long timeout)
-
Constructor Details
-
RestCallFactory
public RestCallFactory()
-
-
Method Details
-
createRestCall
-
createRestCall
-
createRestCall
-
createRestCall
-