Class WSDiscoveryServerListener
- java.lang.Object
-
- org.apache.cxf.ws.discovery.listeners.WSDiscoveryServerListener
-
- All Implemented Interfaces:
org.apache.cxf.endpoint.ServerLifeCycleListener
public class WSDiscoveryServerListener extends Object implements org.apache.cxf.endpoint.ServerLifeCycleListener
-
-
Constructor Summary
Constructors Constructor Description WSDiscoveryServerListener(org.apache.cxf.Bus bus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstartServer(org.apache.cxf.endpoint.Server server)voidstopServer(org.apache.cxf.endpoint.Server server)
-
-
-
Method Detail
-
startServer
public void startServer(org.apache.cxf.endpoint.Server server)
- Specified by:
startServerin interfaceorg.apache.cxf.endpoint.ServerLifeCycleListener
-
stopServer
public void stopServer(org.apache.cxf.endpoint.Server server)
- Specified by:
stopServerin interfaceorg.apache.cxf.endpoint.ServerLifeCycleListener
-
-