org.talend.esb.sam.agent.lifecycle
Class ServiceListenerImpl
java.lang.Object
org.talend.esb.sam.agent.lifecycle.AbstractListenerImpl
org.talend.esb.sam.agent.lifecycle.ServiceListenerImpl
- All Implemented Interfaces:
- org.apache.cxf.endpoint.ServerLifeCycleListener
public class ServiceListenerImpl
- extends AbstractListenerImpl
- implements org.apache.cxf.endpoint.ServerLifeCycleListener
This ServerLifeCycleListener impl used to implement the feature of
support web service start/stop event.
|
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 |
ServiceListenerImpl
public ServiceListenerImpl()
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
Copyright © 2011-2012 Talend Inc.. All Rights Reserved.