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 |
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
BusException
IOException
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
public MessageObserver getMessageObserver()
public void setMessageObserver(MessageObserver messageObserver)
Apache CXF