|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Destination
A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
Method Summary | |
---|---|
org.apache.cxf.ws.addressing.EndpointReferenceType |
getAddress()
|
Conduit |
getBackChannel(Message inMessage,
Message partialResponse,
org.apache.cxf.ws.addressing.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. |
Methods inherited from interface org.apache.cxf.transport.Observable |
---|
setMessageObserver |
Method Detail |
---|
org.apache.cxf.ws.addressing.EndpointReferenceType getAddress()
Conduit getBackChannel(Message inMessage, Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType address) throws java.io.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)
java.io.IOException
void shutdown()
MessageObserver getMessageObserver()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |