org.apache.camel.component.seda
Class SedaProducer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer
          extended by org.apache.camel.component.seda.CollectionProducer
              extended by org.apache.camel.component.seda.SedaProducer
All Implemented Interfaces:
IsSingleton, Processor, Producer, Service

public class SedaProducer
extends CollectionProducer

Version:
$Revision: 794648 $

Field Summary
 
Fields inherited from class org.apache.camel.component.seda.CollectionProducer
queue
 
Constructor Summary
SedaProducer(SedaEndpoint endpoint, BlockingQueue<Exchange> queue, WaitForTaskToComplete waitForTaskToComplete, long timeout)
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 void process(Exchange exchange)
          Processes the message exchange
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, createExchange, getEndpoint, isSingleton, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

SedaProducer

public SedaProducer(SedaEndpoint endpoint,
                    BlockingQueue<Exchange> queue,
                    WaitForTaskToComplete waitForTaskToComplete,
                    long timeout)
Method Detail

process

public void process(Exchange exchange)
             throws Exception
Description copied from interface: Processor
Processes the message exchange

Specified by:
process in interface Processor
Overrides:
process in class CollectionProducer
Parameters:
exchange - the message exchange
Throws:
Exception - if an internal processing error has occurred.

doStart

protected void doStart()
                throws Exception
Overrides:
doStart in class DefaultProducer
Throws:
Exception

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class DefaultProducer
Throws:
Exception


Apache CAMEL