public interface Destination extends Observable
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.cxf.ws.addressing.EndpointReferenceType | getAddress() | 
| Conduit | getBackChannel(Message inMessage)Retreive a back-channel Conduit, which must be policy-compatible
 with the current Message and associated Destination. | 
| MessageObserver | getMessageObserver()Retrieves the message observer for incoming messages | 
| void | shutdown()Shutdown the Destination, i.e. stop accepting incoming messages. | 
setMessageObserverorg.apache.cxf.ws.addressing.EndpointReferenceType getAddress()
Conduit getBackChannel(Message inMessage) throws IOException
inMessage - the current messageIOExceptionvoid shutdown()
MessageObserver getMessageObserver()
ObservablegetMessageObserver in interface ObservableApache CXF