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