Apache CXF API

org.apache.cxf.endpoint
Interface ServerLifeCycleListener

All Known Implementing Classes:
LocalServerListener, ManagedEndpoint, MEXServerListener

public interface ServerLifeCycleListener


Method Summary
 void startServer(Server server)
           
 void stopServer(Server server)
           
 

Method Detail

startServer

void startServer(Server server)

stopServer

void stopServer(Server server)

Apache CXF API

Apache CXF