Apache CXF API

org.apache.cxf.binding.object
Class LocalServerListener

java.lang.Object
  extended by org.apache.cxf.binding.object.LocalServerListener
All Implemented Interfaces:
ServerLifeCycleListener

public class LocalServerListener
extends Object
implements ServerLifeCycleListener


Nested Class Summary
static class LocalServerListener.OverrideBindingObserver
           
 
Constructor Summary
LocalServerListener(Bus bus, BindingFactory bindingFactory)
           
 
Method Summary
 ObjectBindingConfiguration getConfiguration()
           
 DestinationFactory getDestinationFactory()
           
 void setConfiguration(ObjectBindingConfiguration configuration)
           
 void startServer(Server server)
           
 void stopServer(Server server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalServerListener

public LocalServerListener(Bus bus,
                           BindingFactory bindingFactory)
Method Detail

startServer

public void startServer(Server server)
Specified by:
startServer in interface ServerLifeCycleListener

stopServer

public void stopServer(Server server)
Specified by:
stopServer in interface ServerLifeCycleListener

getDestinationFactory

public DestinationFactory getDestinationFactory()

getConfiguration

public ObjectBindingConfiguration getConfiguration()

setConfiguration

public void setConfiguration(ObjectBindingConfiguration configuration)

Apache CXF API

Apache CXF