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() |
boolean |
startup(boolean optional) |
void |
unregister(HelloType ht) |
void |
update(Map<String,Object> props) |
public WSDiscoveryServiceImpl(Bus b)
public WSDiscoveryServiceImpl()
public WSDiscoveryClient getClient()
WSDiscoveryService
getClient
in interface WSDiscoveryService
public HelloType register(EndpointReference ref)
WSDiscoveryService
register
in interface WSDiscoveryService
public void register(HelloType ht)
register
in interface WSDiscoveryService
public void serverStarted(Server server)
WSDiscoveryService
serverStarted
in interface WSDiscoveryService
public void serverStopped(Server server)
serverStopped
in interface WSDiscoveryService
public void unregister(HelloType ht)
unregister
in interface WSDiscoveryService
public void startup()
public boolean startup(boolean optional)
public ProbeMatchesType handleProbe(ProbeType pt)
Apache CXF