org.apache.cxf.binding.object
Class LocalServerListener
java.lang.Object
org.apache.cxf.binding.object.LocalServerListener
- All Implemented Interfaces:
- org.apache.cxf.endpoint.ServerLifeCycleListener
public class LocalServerListener
- extends Object
- implements org.apache.cxf.endpoint.ServerLifeCycleListener
|
Constructor Summary |
LocalServerListener(org.apache.cxf.Bus bus,
org.apache.cxf.binding.BindingFactory bindingFactory)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalServerListener
public LocalServerListener(org.apache.cxf.Bus bus,
org.apache.cxf.binding.BindingFactory bindingFactory)
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
getDestinationFactory
public org.apache.cxf.transport.DestinationFactory getDestinationFactory()
getConfiguration
public ObjectBindingConfiguration getConfiguration()
setConfiguration
public void setConfiguration(ObjectBindingConfiguration configuration)
Apache CXF