Class CamelDestination.BackChannelConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.camel.component.cxf.transport.CamelDestination.BackChannelConduit
- All Implemented Interfaces:
org.apache.cxf.transport.Conduit,org.apache.cxf.transport.Observable
- Enclosing class:
CamelDestination
protected class CamelDestination.BackChannelConduit
extends org.apache.cxf.transport.AbstractConduit
-
Field Summary
FieldsFields inherited from class org.apache.cxf.transport.AbstractConduit
targetFields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver -
Method Summary
Modifier and TypeMethodDescriptionprotected Loggervoidprepare(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).voidsetMessageObserver(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, toStringMethods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getMessageObserver, getTargetReference, getTargetReferenceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cxf.transport.Observable
getMessageObserver
-
Field Details
-
inMessage
protected org.apache.cxf.message.Message inMessage
-
-
Method Details
-
setMessageObserver
public void setMessageObserver(org.apache.cxf.transport.MessageObserver observer) Register a message observer for incoming messages.- Specified by:
setMessageObserverin interfaceorg.apache.cxf.transport.Observable- Parameters:
observer- the observer to notify on receipt of incoming
-
prepare
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
-