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