public interface Destination extends Observable
Modifier and Type | Method and Description |
---|---|
EndpointReferenceType |
getAddress() |
Conduit |
getBackChannel(Message inMessage,
Message unused1,
EndpointReferenceType unused2)
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.
|
setMessageObserver
EndpointReferenceType getAddress()
Conduit getBackChannel(Message inMessage, Message unused1, EndpointReferenceType unused2) throws IOException
inMessage
- the current messageunused1
- - will likely always be nullunused2
- - will likely always be nullIOException
void shutdown()
MessageObserver getMessageObserver()
Observable
getMessageObserver
in interface Observable
Apache CXF