|
Apache CXF API | |||||||||
| 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 | |
|---|---|
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. |
| Methods inherited from interface org.apache.cxf.transport.Observable |
|---|
setMessageObserver |
| Method Detail |
|---|
EndpointReferenceType getAddress()
Conduit getBackChannel(Message inMessage,
Message partialResponse,
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.IOExceptionvoid shutdown()
MessageObserver getMessageObserver()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||