Uses of Class
org.apache.camel.component.jms.JmsExchange

Uses of JmsExchange in org.apache.camel.component.jms
 

Methods in org.apache.camel.component.jms that return JmsExchange
 JmsExchange JmsEndpoint.createExchange()
           
 JmsExchange JmsEndpoint.createExchange(Message message)
           
 JmsExchange EndpointMessageListener.createExchange(Message message)
           
 JmsExchange JmsPollingConsumer.receive()
           
 JmsExchange JmsPollingConsumer.receive(long timeout)
           
 JmsExchange JmsPollingConsumer.receiveNoWait()
           
 

Methods in org.apache.camel.component.jms that return types with arguments of type JmsExchange
protected  org.apache.camel.Endpoint<JmsExchange> JmsComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 org.apache.camel.PollingConsumer<JmsExchange> JmsEndpoint.createPollingConsumer()
           
 

Methods in org.apache.camel.component.jms with parameters of type JmsExchange
 Object JmsBinding.extractBodyFromJms(JmsExchange exchange, Message message)
          Extracts the body from the JMS message
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.