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 -
Method Summary
Modifier and TypeMethodDescriptionvoidstartServer(org.apache.cxf.endpoint.Server server) voidstopServer(org.apache.cxf.endpoint.Server server)
-
Constructor Details
-
WSDiscoveryServerListener
public WSDiscoveryServerListener(org.apache.cxf.Bus bus)
-
-
Method Details
-
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
-