Interface | Description |
---|---|
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 | Description |
---|---|
RpcServiceInterfaceDTO |
Describes an RPC interface supported by the server.
|
RpcServiceInterfaceVersionDTO |
Describes an RPC interface supported by the server.
|
Exception | Description |
---|---|
IncompatibleAPIVersionsException |
Exception that is thrown if the client can not talk to the server because of API version
incompatibility.
|
Annotation Type | Description |
---|---|
MinimalMinorVersion |
The minimal minor version that a service needs to have in order to possess this method.
|