Class RestCall

All Implemented Interfaces:
Serializable, IRemoteCall, IRestCall

public class RestCall extends RemoteCall implements IRestCall, Serializable
Implementation of IRestCall. Note that RestCallFactory should typically be used to construct instances.
See Also:
  • Constructor Details

    • RestCall

      public RestCall(String fqMethod, Object[] params, Map requestHeaders, long timeout)
    • RestCall

      public RestCall(String fqMethod, Object[] params, Map requestHeaders)
    • RestCall

      public RestCall(String fqMethod, Object[] params)
    • RestCall

      public RestCall(String fqMethod)
  • Method Details

    • getRequestHeaders

      public Map getRequestHeaders()
      Description copied from interface: IRestCall
      Provides any call-specific request headers.
      Specified by:
      getRequestHeaders in interface IRestCall
      Returns:
      a Map object which contains and additional header parameters (String->String). May be null.
    • toString

      public String toString()
      Overrides:
      toString in class RemoteCall