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