| Constructor and Description |
|---|
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
BindingFactory bindingFactory) |
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
MessageObserver observer) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Destination |
getDestination() |
Endpoint |
getEndpoint() |
MessageObserver |
getMessageObserver() |
boolean |
isStarted() |
boolean |
isStopped() |
void |
setDestination(Destination destination) |
void |
setMessageObserver(MessageObserver messageObserver) |
void |
start() |
void |
stop() |
public ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, MessageObserver observer) throws BusException, IOException
BusExceptionIOExceptionpublic ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) throws BusException, IOException
BusExceptionIOExceptionpublic Destination getDestination()
getDestination in interface Serverpublic void setDestination(Destination destination)
public boolean isStopped()
public Endpoint getEndpoint()
getEndpoint in interface Serverpublic MessageObserver getMessageObserver()
public void setMessageObserver(MessageObserver messageObserver)
Apache CXF