Modifier and Type | Field and Description |
---|---|
protected BindingFactory |
bindingFactory |
protected Bus |
bus |
protected Endpoint |
endpoint |
Constructor and Description |
---|
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
BindingFactory bindingFactory) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Destination |
getDestination() |
Endpoint |
getEndpoint() |
boolean |
isStarted() |
boolean |
isStopped() |
void |
setDestination(Destination destination) |
void |
start() |
void |
stop() |
protected final Endpoint endpoint
protected final Bus bus
protected final BindingFactory bindingFactory
public ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) throws BusException, IOException
BusException
IOException
public Destination getDestination()
getDestination
in interface Server
public void setDestination(Destination destination)
public boolean isStopped()
public Endpoint getEndpoint()
getEndpoint
in interface Server
Apache CXF