org.apache.camel.component.jms
Class JmsProducer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer
          extended by 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 $

Constructor Summary
JmsProducer(JmsEndpoint endpoint, org.springframework.jms.core.JmsOperations template)
           
 
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
 

Constructor Detail

JmsProducer

public JmsProducer(JmsEndpoint endpoint,
                   org.springframework.jms.core.JmsOperations template)
Method Detail

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.