Package | Description |
---|---|
org.eclipse.ecf.remoteservice.rest | |
org.eclipse.ecf.remoteservice.rest.client |
Modifier and Type | Method and Description |
---|---|
static IRemoteCallable |
RestCallableFactory.createCallable(String method,
String resourcePath,
AbstractRequestType requestType) |
static IRemoteCallable |
RestCallableFactory.createCallable(String method,
String resourcePath,
AbstractRequestType requestType,
long timeout) |
static IRemoteCallable |
RestCallableFactory.createCallable(String method,
String resourcePath,
IRemoteCallParameter[] defaultParameters,
AbstractRequestType requestType) |
static IRemoteCallable |
RestCallableFactory.createCallable(String method,
String resourcePath,
IRemoteCallParameter[] defaultParameters,
AbstractRequestType requestType,
long defaultTimeout) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityRequestType |
class |
HttpDeleteRequestType |
class |
HttpGetRequestType |
class |
HttpPatchRequestType |
class |
HttpPostRequestType |
class |
HttpPutRequestType |
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.