Interface RESTProvider


public interface RESTProvider
The Interface RESTProvider.
  • Method Details

    • getRESTInterface

      RESTInterface getRESTInterface(String httpProxy, String httpMover, int connectTimeout)
      Get a new instance of a RESTInterface.
      Parameters:
      httpProxy - the http proxy
      httpMover - the http mover
      connectTimeout - the connect timeout
      Returns:
      the REST interface
    • getRESTAllocate

      RESTAllocate getRESTAllocate(String url, Properties properties) throws IOException
      Gets the REST allocate.
      Parameters:
      url - the url
      properties - the properties
      Returns:
      the REST allocate
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • getNotificationInterface

      NotificationInterface getNotificationInterface(String url, String name, String password) throws IOException
      Gets the REST allocate.
      Parameters:
      url - the password
      name - the name
      password - the password
      Returns:
      the REST notification
      Throws:
      IOException - Signals that an I/O exception has occurred.