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