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
|
Method Summary |
void |
startServer(org.apache.cxf.endpoint.Server serv)
|
void |
stopServer(org.apache.cxf.endpoint.Server arg0)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MEXServerListener
public MEXServerListener()
startServer
public void startServer(org.apache.cxf.endpoint.Server serv)
- Specified by:
startServer in interface org.apache.cxf.endpoint.ServerLifeCycleListener
stopServer
public void stopServer(org.apache.cxf.endpoint.Server arg0)
-
- Specified by:
stopServer in interface org.apache.cxf.endpoint.ServerLifeCycleListener
Apache CXF