Class RestCall
- java.lang.Object
- 
- org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteCall
- 
- org.eclipse.ecf.remoteservice.RemoteCall
- 
- org.eclipse.ecf.remoteservice.rest.RestCall
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- IRemoteCall,- IRestCall
 
 public class RestCall extends RemoteCall implements IRestCall, Serializable Implementation ofIRestCall. Note thatRestCallFactoryshould typically be used to construct instances.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.eclipse.ecf.remoteservice.RemoteCallmethod, parameters, timeout
 - 
Fields inherited from interface org.eclipse.ecf.remoteservice.IRemoteCallDEFAULT_TIMEOUT
 - 
Fields inherited from interface org.eclipse.ecf.remoteservice.rest.IRestCallDEFAULT_TIMEOUT
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MapgetRequestHeaders()Provides any call-specific request headers.StringtoString()- 
Methods inherited from class org.eclipse.ecf.remoteservice.RemoteCallgetMethod, getParameters, getTimeout
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.ecf.remoteservice.IRemoteCallgetMethod, getParameters, getTimeout
 
- 
 
- 
- 
- 
Method Detail- 
getRequestHeaderspublic Map getRequestHeaders() Description copied from interface:IRestCallProvides any call-specific request headers.- Specified by:
- getRequestHeadersin interface- IRestCall
- Returns:
- a Mapobject which contains and additional header parameters (String->String). May benull.
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- RemoteCall
 
 
- 
 
-