See: Description
| Interface | Description | 
|---|---|
| ClientConnection | 
 Interface representing a connection to the Lookup/Ibis server, capable
 of invoking methods on the web service API and unmarshalling the results. 
 | 
| Class | Description | 
|---|---|
| IbisClientConnection | 
 Default implementation of the ClientConnection interface, to allow
 methods in the Lookup/Ibis web service API to be invoked. 
 | 
| StringList | 
 Utility class to hold a list of strings and convert them to a
 comma-separated string, as required by various web service API methods. 
 | 
| Enum | Description | 
|---|---|
| ClientConnection.Method | 
 Enumeration of supported HTTP methods. 
 | 
| Exception | Description | 
|---|---|
| IbisException | 
 Exception thrown when a web service API method fails. 
 |