Interface RESTProvider
public interface RESTProvider
The Interface RESTProvider.
-
Method Summary
Modifier and TypeMethodDescriptiongetNotificationInterface
(String url, String name, String password) Gets the REST allocate.getRESTAllocate
(String url, Properties properties) Gets the REST allocate.getRESTInterface
(String httpProxy, String httpMover, int connectTimeout) Get a new instance of a RESTInterface.
-
Method Details
-
getRESTInterface
Get a new instance of a RESTInterface.- Parameters:
httpProxy
- the http proxyhttpMover
- the http moverconnectTimeout
- the connect timeout- Returns:
- the REST interface
-
getRESTAllocate
Gets the REST allocate.- Parameters:
url
- the urlproperties
- 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 passwordname
- the namepassword
- the password- Returns:
- the REST notification
- Throws:
IOException
- Signals that an I/O exception has occurred.
-