org.apache.cxf.transport
public interface Destination extends Observable
| Modifier and Type | Method and Description |
|---|---|
EndpointReferenceType |
getAddress() |
Conduit |
getBackChannel(Message inMessage,
Message partialResponse,
EndpointReferenceType address)
Retreive a back-channel Conduit, which must be policy-compatible
with the current Message and associated Destination.
|
MessageObserver |
getMessageObserver() |
void |
shutdown()
Shutdown the Destination, i.e.
|
setMessageObserverEndpointReferenceType getAddress()
Conduit getBackChannel(Message inMessage, Message partialResponse, EndpointReferenceType address) throws IOException
inMessage - the current message (null to indicate a disassociated
back-channel.partialResponse - in the decoupled case, this is expected to be the
outbound Message to be sent over the in-built back-channel.address - the backchannel address (null to indicate anonymous)IOExceptionvoid shutdown()
MessageObserver getMessageObserver()
Apache CXF