org.apache.cxf.transport.jbi
Class JBIDestination.BackChannelConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.cxf.transport.jbi.JBIDestination.BackChannelConduit
- All Implemented Interfaces:
- Conduit, Observable
- Enclosing class:
- JBIDestination
protected class JBIDestination.BackChannelConduit
- extends AbstractConduit
inMessage
protected Message inMessage
jbiDestination
protected JBIDestination jbiDestination
setMessageObserver
public void setMessageObserver(MessageObserver observer)
- Register a message observer for incoming messages.
- Specified by:
setMessageObserver in interface Observable- Overrides:
setMessageObserver in class AbstractObservable
- Parameters:
observer - the observer to notify on receipt of incoming
prepare
public void prepare(Message message)
throws IOException
- Send an outbound message, assumed to contain all the name-value
mappings of the corresponding input message (if any).
- Parameters:
message - the message to be sent.
- Throws:
IOException
getLogger
protected Logger getLogger()
- Specified by:
getLogger in class AbstractObservable
- Returns:
- the logger to use
Apache CXF