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