protected class JBIDestination.BackChannelConduit
extends org.apache.cxf.transport.AbstractConduit
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.message.Message |
inMessage |
protected JBIDestination |
jbiDestination |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.logging.Logger |
getLogger() |
void |
prepare(org.apache.cxf.message.Message message)
Send an outbound message, assumed to contain all the name-value
mappings of the corresponding input message (if any).
|
void |
setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
Register a message observer for incoming messages.
|
close, close, getTarget, toStringactivate, deactivate, getMessageObserver, getTargetReference, getTargetReferenceprotected org.apache.cxf.message.Message inMessage
protected JBIDestination jbiDestination
public void setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
setMessageObserver in interface org.apache.cxf.transport.ObservablesetMessageObserver in class org.apache.cxf.transport.AbstractObservableobserver - the observer to notify on receipt of incomingpublic void prepare(org.apache.cxf.message.Message message)
throws java.io.IOException
message - the message to be sent.java.io.IOExceptionprotected java.util.logging.Logger getLogger()
getLogger in class org.apache.cxf.transport.AbstractObservableCopyright © 2005-2014 FuseSource. All Rights Reserved.