T
- this ServiceServer
responds to requests of this typeS
- this ServiceServer
returns responses of this typepublic interface ServiceServer<T,S>
Modifier and Type | Method and Description |
---|---|
void |
addListener(ServiceServerListener<T,S> listener)
Add a
ServiceServerListener . |
GraphName |
getName() |
java.net.URI |
getUri() |
void |
shutdown()
Stops the service and unregisters it.
|
GraphName getName()
ServiceServer
java.net.URI getUri()
URI
for this ServiceServer
void shutdown()
void addListener(ServiceServerListener<T,S> listener)
ServiceServerListener
.listener
- the ServiceServerListener
to add