org.apache.cxf.transport.jms
Class JMSDestination.BackChannelConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.cxf.transport.jms.JMSDestination.BackChannelConduit
- All Implemented Interfaces:
- Conduit, Observable
- Enclosing class:
- JMSDestination
protected class JMSDestination.BackChannelConduit
- extends AbstractConduit
Conduit for sending the reply back to the client
inMessage
protected Message inMessage
close
public void close(Message msg)
throws IOException
- Description copied from interface:
Conduit
- Close the connections associated with the message
- Specified by:
close
in interface Conduit
- Overrides:
close
in class AbstractConduit
- Throws:
IOException
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