|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.jms.JMSConduit.DecoupledDestination
protected class JMSConduit.DecoupledDestination
Represented decoupled response endpoint.
| Field Summary | |
|---|---|
protected MessageObserver |
decoupledMessageObserver
|
| Method Summary | |
|---|---|
EndpointReferenceType |
getAddress()
|
Conduit |
getBackChannel(Message inMessage,
Message partialResponse,
EndpointReferenceType addr)
Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination. |
MessageObserver |
getMessageObserver()
|
void |
setMessageObserver(MessageObserver observer)
Register a message observer for incoming messages. |
void |
shutdown()
Shutdown the Destination, i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MessageObserver decoupledMessageObserver
| Method Detail |
|---|
public EndpointReferenceType getAddress()
getAddress in interface Destination
public Conduit getBackChannel(Message inMessage,
Message partialResponse,
EndpointReferenceType addr)
throws java.io.IOException
Destination
getBackChannel in interface DestinationinMessage - 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.addr - the backchannel address (null to indicate anonymous)
java.io.IOExceptionpublic void shutdown()
Destination
shutdown in interface Destinationpublic void setMessageObserver(MessageObserver observer)
Observable
setMessageObserver in interface Observableobserver - the observer to notify on receipt of incomingpublic MessageObserver getMessageObserver()
getMessageObserver in interface Destination
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||