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 -
Method Summary
Modifier and TypeMethodDescriptionvoidstartServer(org.apache.cxf.endpoint.Server serv) voidstopServer(org.apache.cxf.endpoint.Server arg0)
-
Constructor Details
-
MEXServerListener
public MEXServerListener()
-
-
Method Details
-
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
-