Skip navigation links

Package uk.ac.cam.ucs.ibis.dto

Provides DTO classes for transferring data from the server to client in the web service API.

See: Description

Package uk.ac.cam.ucs.ibis.dto Description

Provides DTO classes for transferring data from the server to client in the web service API.

Most web service API methods return an instance or a list of one of these classes, with all of the requested details in public fields. If an error occurs processing the method on the server, an IbisException will be thrown containing an IbisError object with the the details of the error.

Skip navigation links