Package | Description |
---|---|
uk.ac.cam.ucs.ibis.client |
Provides the support classes necessary to connect to the Lookup/Ibis web
service and invoke API methods.
|
Modifier and Type | Method and Description |
---|---|
static ClientConnection.Method |
ClientConnection.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientConnection.Method[] |
ClientConnection.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IbisResult |
ClientConnection.invokeMethod(ClientConnection.Method method,
String path,
String[] pathParams,
Object[] queryParams,
Object[] formParams)
Invoke a web service GET, POST, PUT or DELETE method.
|
IbisResult |
IbisClientConnection.invokeMethod(ClientConnection.Method method,
String path,
String[] pathParams,
Object[] queryParams,
Object[] formParams) |