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

java.lang.Object
  extended by 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
WSDiscoveryServerListener(org.apache.cxf.Bus bus)
           
 
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
 

Constructor Detail

WSDiscoveryServerListener

public WSDiscoveryServerListener(org.apache.cxf.Bus bus)
Method Detail

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