| 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.
|
| uk.ac.cam.ucs.ibis.methods |
Contains auto-generated classes which contain all the available methods
in the Lookup/Ibis web service API.
|
| Class and Description |
|---|
| ClientConnection
Interface representing a connection to the Lookup/Ibis server, capable
of invoking methods on the web service API and unmarshalling the results.
|
| ClientConnection.Method
Enumeration of supported HTTP methods.
|
| IbisClientConnection
Default implementation of the ClientConnection interface, to allow
methods in the Lookup/Ibis web service API to be invoked.
|
| Class and Description |
|---|
| ClientConnection
Interface representing a connection to the Lookup/Ibis server, capable
of invoking methods on the web service API and unmarshalling the results.
|
| IbisException
Exception thrown when a web service API method fails.
|