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

Packages that use JmsProducer
org.apache.camel.component.jms Defines the JMS Component 
org.apache.camel.component.jms.requestor Implementation classes for implementing request-response over JMS so that the Defines the JMS Component can support InOut as well as InOnly 
 

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

Methods in org.apache.camel.component.jms that return JmsProducer
 JmsProducer JmsEndpoint.createProducer()
           
 

Uses of JmsProducer in org.apache.camel.component.jms.requestor
 

Methods in org.apache.camel.component.jms.requestor with parameters of type JmsProducer
 DeferredRequestReplyMap Requestor.getDeferredRequestReplyMap(JmsProducer producer)
           
 void Requestor.removeDeferredRequestReplyMap(JmsProducer producer)
           
 

Constructors in org.apache.camel.component.jms.requestor with parameters of type JmsProducer
DeferredRequestReplyMap(Requestor requestor, JmsProducer producer, TimeoutMap<String,Object> deferredRequestMap, TimeoutMap<String,Object> deferredReplyMap)
           
 



Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.