Apache CXF API

org.apache.cxf.endpoint
Interface ServerLifeCycleManager


public interface ServerLifeCycleManager


Method Summary
 void registerListener(ServerLifeCycleListener listener)
           
 void startServer(Server server)
           
 void stopServer(Server server)
           
 void unRegisterListener(ServerLifeCycleListener listener)
           
 

Method Detail

startServer

void startServer(Server server)

stopServer

void stopServer(Server server)

registerListener

void registerListener(ServerLifeCycleListener listener)

unRegisterListener

void unRegisterListener(ServerLifeCycleListener listener)

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.