Package org.apache.cxf.ws.mex
Class MEXServerListener
- java.lang.Object
-
- org.apache.cxf.ws.mex.MEXServerListener
-
- All Implemented Interfaces:
ServerLifeCycleListener
public class MEXServerListener extends Object implements ServerLifeCycleListener
-
-
Constructor Summary
Constructors Constructor Description MEXServerListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstartServer(Server serv)voidstopServer(Server arg0)
-
-
-
Method Detail
-
startServer
public void startServer(Server serv)
- Specified by:
startServerin interfaceServerLifeCycleListener
-
stopServer
public void stopServer(Server arg0)
- Specified by:
stopServerin interfaceServerLifeCycleListener
-
-