org.apache.camel.jms
Interface JmsExchange

All Superinterfaces:
org.apache.camel.Exchange
All Known Implementing Classes:
DefaultJmsExchange

public interface JmsExchange
extends org.apache.camel.Exchange

Version:
$Revision: 520457 $

Method Summary
 Message createMessage(Session session)
          Creates the JMS message for this exchange so that it can be sent to a JMS endpoint.
 
Methods inherited from interface org.apache.camel.Exchange
copy, copyFrom, getContext, getException, getExchangeId, getFault, getHeaders, getIn, getOut, setException, setExchangeId
 

Method Detail

createMessage

Message createMessage(Session session)
                      throws JMSException
Creates the JMS message for this exchange so that it can be sent to a JMS endpoint.

Throws:
JMSException


Copyright © 2007 Apache Software Foundation. All Rights Reserved.