org.apache.camel.component.jms
Class JmsProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.component.jms.JmsProducer
- All Implemented Interfaces:
- org.apache.camel.Processor, org.apache.camel.Producer, org.apache.camel.Service
public class JmsProducer
- extends org.apache.camel.impl.DefaultProducer
- Version:
- $Revision: 540547 $
Method Summary |
org.springframework.jms.core.JmsOperations |
getTemplate()
|
void |
process(org.apache.camel.Exchange exchange)
|
Methods inherited from class org.apache.camel.impl.DefaultProducer |
createExchange, createExchange, doStart, doStop, getEndpoint |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
isStarted, isStopped, isStopping, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.camel.Service |
start, stop |
JmsProducer
public JmsProducer(JmsEndpoint endpoint,
org.springframework.jms.core.JmsOperations template)
process
public void process(org.apache.camel.Exchange exchange)
getTemplate
public org.springframework.jms.core.JmsOperations getTemplate()
Copyright © 2007 Apache Software Foundation. All Rights Reserved.