Package ch.systemsx.cisd.common.api

Interface Summary
IRpcService The most generic interface for RPC invocations into openBIS.
IRpcServiceFactory A factory for creating proxies to RPC services on a data store server.
IRpcServiceNameServer An Interface for finding out about the IRpcService interfaces supported by a server.
 

Class Summary
RpcServiceInterfaceDTO Describes an RPC interface supported by the server.
RpcServiceInterfaceVersionDTO Describes an RPC interface supported by the server.
 

Exception Summary
IncompatibleAPIVersionsException Exception that is thrown if the client can not talk to the server because of API version incompatibility.
 

Annotation Types Summary
MinimalMinorVersion The minimal minor version that a service needs to have in order to possess this method.