protected class JMSDestination.BackChannelConduit extends AbstractConduit
| Modifier and Type | Field and Description |
|---|---|
protected Message |
inMessage |
targetincomingObserver| Modifier and Type | Method and Description |
|---|---|
void |
close(Message msg)
Close the connections associated with the message
|
protected Logger |
getLogger() |
void |
prepare(Message message)
Send an outbound message, assumed to contain all the name-value mappings of the corresponding input
message (if any).
|
void |
setMessageObserver(MessageObserver observer)
Register a message observer for incoming messages.
|
close, getTarget, toStringactivate, deactivate, getMessageObserver, getTargetReference, getTargetReferenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageObserverprotected Message inMessage
public void close(Message msg) throws IOException
Conduitclose in interface Conduitclose in class AbstractConduitmsg - for which content should be closed.IOExceptionpublic void setMessageObserver(MessageObserver observer)
setMessageObserver in interface ObservablesetMessageObserver in class AbstractObservableobserver - the observer to notify on receipt of incomingpublic void prepare(Message message) throws IOException
message - the message to be sent.IOExceptionprotected Logger getLogger()
getLogger in class AbstractObservableApache CXF