org.apache.cxf.ws.discovery.listeners
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
|
Method Summary |
void |
startServer(org.apache.cxf.endpoint.Server server)
|
void |
stopServer(org.apache.cxf.endpoint.Server server)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDiscoveryServerListener
public WSDiscoveryServerListener(org.apache.cxf.Bus bus)
startServer
public void startServer(org.apache.cxf.endpoint.Server server)
- Specified by:
startServer in interface org.apache.cxf.endpoint.ServerLifeCycleListener
stopServer
public void stopServer(org.apache.cxf.endpoint.Server server)
- Specified by:
stopServer in interface org.apache.cxf.endpoint.ServerLifeCycleListener
Apache CXF