Apache CXF API

org.apache.cxf.ws.discovery.listeners
Class WSDiscoveryServerListener

java.lang.Object
  extended by org.apache.cxf.ws.discovery.listeners.WSDiscoveryServerListener
All Implemented Interfaces:
ServerLifeCycleListener

public class WSDiscoveryServerListener
extends Object
implements ServerLifeCycleListener


Constructor Summary
WSDiscoveryServerListener(Bus bus)
           
 
Method Summary
 void startServer(Server server)
           
 void stopServer(Server server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDiscoveryServerListener

public WSDiscoveryServerListener(Bus bus)
Method Detail

startServer

public void startServer(Server server)
Specified by:
startServer in interface ServerLifeCycleListener

stopServer

public void stopServer(Server server)
Specified by:
stopServer in interface ServerLifeCycleListener

Apache CXF API

Apache CXF