Interface IRestCall
- All Superinterfaces:
IRemoteCall
- All Known Implementing Classes:
RestCall
Rest call provides a way for clients to access/call a remote service. Instances
can be created via the
RestCallFactory
static method. Created instances
typically will be passed to one of the call methods on IRemoteService
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
Default remote call timeout is set to the value of system property 'ecf.remotecall.rest.timeout'. -
Method Summary
Modifier and TypeMethodDescriptionProvides any call-specific request headers.Methods inherited from interface org.eclipse.ecf.remoteservice.IRemoteCall
getMethod, getParameters, getTimeout
-
Field Details
-
DEFAULT_TIMEOUT
static final long DEFAULT_TIMEOUTDefault remote call timeout is set to the value of system property 'ecf.remotecall.rest.timeout'. If system property not set, the default is set to 30000ms (30s).
-
-
Method Details