Apache CXF API

org.apache.cxf.ws.mex
Class MEXServerListener

java.lang.Object
  extended by org.apache.cxf.ws.mex.MEXServerListener
All Implemented Interfaces:
ServerLifeCycleListener

public class MEXServerListener
extends Object
implements ServerLifeCycleListener


Constructor Summary
MEXServerListener()
           
 
Method Summary
 void startServer(Server serv)
           
 void stopServer(Server arg0)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MEXServerListener

public MEXServerListener()
Method Detail

startServer

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

stopServer

public void stopServer(Server arg0)

Specified by:
stopServer in interface ServerLifeCycleListener

Apache CXF API

Apache CXF