Interface IRemoteCallable

    • Method Detail

      • getMethod

        String getMethod()
        Get the method name associated with this remote callable.
        Returns:
        String method name. Must not be null.
      • getResourcePath

        String getResourcePath()
        Get the resource path associated with this remote callable.
        Returns:
        String the resource path for this remote callable. Must not be null.
      • getRequestType

        IRemoteCallableRequestType getRequestType()
        Get request type associated with this remote callable.
        Returns:
        IRemoteCallableRequestType for this callable. May be null.
      • getDefaultParameters

        IRemoteCallParameter[] getDefaultParameters()
        Get default remote call parameters for this remote callable.
        Returns:
        IRemoteCallParameter[] array of default parameters for this remote callable. May be null.
      • getDefaultTimeout

        long getDefaultTimeout()
        Get default timeout for this remote callable.
        Returns:
        long default timeout value.