org.apache.servicemix.cxf.transport.jbi
Class JBIDestination.BackChannelConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.servicemix.cxf.transport.jbi.JBIDestination.BackChannelConduit
- All Implemented Interfaces:
- org.apache.cxf.transport.Conduit, org.apache.cxf.transport.Observable
- Enclosing class:
- JBIDestination
protected class JBIDestination.BackChannelConduit
- extends org.apache.cxf.transport.AbstractConduit
| Fields inherited from class org.apache.cxf.transport.AbstractConduit |
target |
| Fields inherited from class org.apache.cxf.transport.AbstractObservable |
incomingObserver |
|
Method Summary |
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. |
| Methods inherited from class org.apache.cxf.transport.AbstractConduit |
close, close, getTarget, toString |
| Methods inherited from class org.apache.cxf.transport.AbstractObservable |
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.transport.Observable |
getMessageObserver |
inMessage
protected org.apache.cxf.message.Message inMessage
jbiDestination
protected JBIDestination jbiDestination
setMessageObserver
public void setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
- Register a message observer for incoming messages.
- Specified by:
setMessageObserver in interface org.apache.cxf.transport.Observable- Overrides:
setMessageObserver in class org.apache.cxf.transport.AbstractObservable
- Parameters:
observer - the observer to notify on receipt of incoming
prepare
public void prepare(org.apache.cxf.message.Message message)
throws java.io.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:
java.io.IOException
getLogger
protected java.util.logging.Logger getLogger()
- Specified by:
getLogger in class org.apache.cxf.transport.AbstractObservable
Copyright © 2005-2013 FuseSource. All Rights Reserved.