public class ServerRegistryImpl extends Object implements org.apache.cxf.endpoint.ServerRegistry, org.apache.cxf.buslifecycle.BusLifeCycleListener
| Constructor and Description |
|---|
ServerRegistryImpl() |
ServerRegistryImpl(org.apache.cxf.Bus b) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.Bus |
getBus() |
List<org.apache.cxf.endpoint.Server> |
getServers() |
void |
initComplete() |
void |
postShutdown() |
void |
preShutdown() |
void |
register(org.apache.cxf.endpoint.Server server) |
void |
setBus(org.apache.cxf.Bus bus) |
void |
unregister(org.apache.cxf.endpoint.Server server) |
public ServerRegistryImpl()
public ServerRegistryImpl(org.apache.cxf.Bus b)
public org.apache.cxf.Bus getBus()
public final void setBus(org.apache.cxf.Bus bus)
public void register(org.apache.cxf.endpoint.Server server)
register in interface org.apache.cxf.endpoint.ServerRegistrypublic void unregister(org.apache.cxf.endpoint.Server server)
unregister in interface org.apache.cxf.endpoint.ServerRegistrypublic List<org.apache.cxf.endpoint.Server> getServers()
getServers in interface org.apache.cxf.endpoint.ServerRegistrypublic void initComplete()
initComplete in interface org.apache.cxf.buslifecycle.BusLifeCycleListener@PreDestroy public void preShutdown()
preShutdown in interface org.apache.cxf.buslifecycle.BusLifeCycleListenerpublic void postShutdown()
postShutdown in interface org.apache.cxf.buslifecycle.BusLifeCycleListenerApache CXF