public class LocalServerListener extends Object implements ServerLifeCycleListener
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalServerListener.OverrideBindingObserver |
| Constructor and Description |
|---|
LocalServerListener(Bus bus,
BindingFactory bindingFactory) |
| Modifier and Type | Method and Description |
|---|---|
ObjectBindingConfiguration |
getConfiguration() |
DestinationFactory |
getDestinationFactory() |
void |
setConfiguration(ObjectBindingConfiguration configuration) |
void |
startServer(Server server) |
void |
stopServer(Server server) |
public LocalServerListener(Bus bus, BindingFactory bindingFactory)
public void startServer(Server server)
startServer in interface ServerLifeCycleListenerpublic void stopServer(Server server)
stopServer in interface ServerLifeCycleListenerpublic DestinationFactory getDestinationFactory()
public ObjectBindingConfiguration getConfiguration()
public void setConfiguration(ObjectBindingConfiguration configuration)
Apache CXF