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.
|
Modifier and Type | Class and Description |
---|---|
class |
IbisClientConnection
Default implementation of the ClientConnection interface, to allow
methods in the Lookup/Ibis web service API to be invoked.
|
Constructor and Description |
---|
GroupMethods(ClientConnection conn)
Create a new GroupMethods object.
|
IbisMethods(ClientConnection conn)
Create a new IbisMethods object.
|
InstitutionMethods(ClientConnection conn)
Create a new InstitutionMethods object.
|
PersonMethods(ClientConnection conn)
Create a new PersonMethods object.
|