public interface WSDiscoveryService
Modifier and Type | Method and Description |
---|---|
WSDiscoveryClient |
getClient()
The service requires a WSDiscoveryClient in order to interact with a DiscoveryProxy, send Hello/Bye/etc..
|
HelloType |
register(EndpointReference ref)
Registers the given EndpointReference with the service.
|
void |
register(HelloType ht) |
void |
serverStarted(Server server)
Utility methods to aid in calling the register/unregister for the appropriate CXF server
|
void |
serverStopped(Server server) |
void |
unregister(HelloType ht) |
HelloType register(EndpointReference ref)
ref
- void register(HelloType ht)
void unregister(HelloType ht)
void serverStarted(Server server)
server
- void serverStopped(Server server)
WSDiscoveryClient getClient()
Apache CXF