public class WSDiscoveryServiceImpl extends Object implements WSDiscoveryService
| Constructor and Description |
|---|
WSDiscoveryServiceImpl() |
WSDiscoveryServiceImpl(Bus b) |
WSDiscoveryServiceImpl(Bus b,
Map<String,Object> props) |
| Modifier and Type | Method and Description |
|---|---|
WSDiscoveryClient |
getClient()
The service requires a WSDiscoveryClient in order to interact with a DiscoveryProxy, send Hello/Bye/etc..
|
ProbeMatchesType |
handleProbe(ProbeType pt) |
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 |
startup() |
void |
unregister(HelloType ht) |
void |
update(Map<String,Object> props) |
public WSDiscoveryServiceImpl(Bus b)
public WSDiscoveryServiceImpl()
public WSDiscoveryClient getClient()
WSDiscoveryServicegetClient in interface WSDiscoveryServicepublic HelloType register(EndpointReference ref)
WSDiscoveryServiceregister in interface WSDiscoveryServicepublic void register(HelloType ht)
register in interface WSDiscoveryServicepublic void serverStarted(Server server)
WSDiscoveryServiceserverStarted in interface WSDiscoveryServicepublic void serverStopped(Server server)
serverStopped in interface WSDiscoveryServicepublic void unregister(HelloType ht)
unregister in interface WSDiscoveryServicepublic void startup()
public ProbeMatchesType handleProbe(ProbeType pt)
Apache CXF