public class ServerLifeCycleManagerImpl extends Object implements org.apache.cxf.endpoint.ServerLifeCycleManager, org.apache.cxf.extension.BusExtension
| Constructor and Description |
|---|
ServerLifeCycleManagerImpl() |
ServerLifeCycleManagerImpl(org.apache.cxf.Bus b) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getRegistrationType() |
void |
registerListener(org.apache.cxf.endpoint.ServerLifeCycleListener listener) |
void |
startServer(org.apache.cxf.endpoint.Server server) |
void |
stopServer(org.apache.cxf.endpoint.Server server) |
void |
unRegisterListener(org.apache.cxf.endpoint.ServerLifeCycleListener listener) |
public ServerLifeCycleManagerImpl()
public ServerLifeCycleManagerImpl(org.apache.cxf.Bus b)
public Class<?> getRegistrationType()
getRegistrationType in interface org.apache.cxf.extension.BusExtensionpublic void registerListener(org.apache.cxf.endpoint.ServerLifeCycleListener listener)
registerListener in interface org.apache.cxf.endpoint.ServerLifeCycleManagerpublic void startServer(org.apache.cxf.endpoint.Server server)
startServer in interface org.apache.cxf.endpoint.ServerLifeCycleManagerpublic void stopServer(org.apache.cxf.endpoint.Server server)
stopServer in interface org.apache.cxf.endpoint.ServerLifeCycleManagerpublic void unRegisterListener(org.apache.cxf.endpoint.ServerLifeCycleListener listener)
unRegisterListener in interface org.apache.cxf.endpoint.ServerLifeCycleManagerApache CXF