Package ch.systemsx.cisd.common.api
Interface IRpcServiceNameServer
-
- All Superinterfaces:
IRpcService
public interface IRpcServiceNameServer extends IRpcService
An Interface for finding out about the IRpcService interfaces supported by a server.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PREFFERED_BEAN_NAME
The preferred name of the bean in Springstatic java.lang.String
PREFFERED_SERVICE_NAME
The preferred name of the bean in Springstatic java.lang.String
PREFFERED_URL_SUFFIX
The preferred suffix of the url of the name server service
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<RpcServiceInterfaceDTO>
getSupportedInterfaces()
Return a collection of interfaces supported by this server-
Methods inherited from interface ch.systemsx.cisd.common.api.IRpcService
getMajorVersion, getMinorVersion
-
-
-
-
Field Detail
-
PREFFERED_URL_SUFFIX
static final java.lang.String PREFFERED_URL_SUFFIX
The preferred suffix of the url of the name server service- See Also:
- Constant Field Values
-
PREFFERED_BEAN_NAME
static final java.lang.String PREFFERED_BEAN_NAME
The preferred name of the bean in Spring- See Also:
- Constant Field Values
-
PREFFERED_SERVICE_NAME
static final java.lang.String PREFFERED_SERVICE_NAME
The preferred name of the bean in Spring- See Also:
- Constant Field Values
-
-
Method Detail
-
getSupportedInterfaces
java.util.Collection<RpcServiceInterfaceDTO> getSupportedInterfaces()
Return a collection of interfaces supported by this server
-
-