Package ch.systemsx.cisd.common.api
Interface IRpcServiceNameServer
- All Superinterfaces:
IRpcService
An Interface for finding out about the IRpcService interfaces supported by a server.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturn a collection of interfaces supported by this serverMethods inherited from interface ch.systemsx.cisd.common.api.IRpcService
getMajorVersion, getMinorVersion
-
Field Details
-
PREFFERED_URL_SUFFIX
The preferred suffix of the url of the name server service- See Also:
-
PREFFERED_BEAN_NAME
The preferred name of the bean in Spring- See Also:
-
PREFFERED_SERVICE_NAME
The preferred name of the bean in Spring- See Also:
-
-
Method Details
-
getSupportedInterfaces
Collection<RpcServiceInterfaceDTO> getSupportedInterfaces()Return a collection of interfaces supported by this server
-