org.apache.camel.component.seda
Class CollectionProducer

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
All Implemented Interfaces:
IsSingleton, Processor, Producer, Service
Direct Known Subclasses:
SedaProducer

public class CollectionProducer
extends DefaultProducer
implements Processor

A simple Producer which just appends to a Collection the Exchange object.

Version:
$Revision: 780261 $

Field Summary
protected  Collection<Exchange> queue
           
 
Constructor Summary
CollectionProducer(Endpoint endpoint, Collection<Exchange> queue)
           
 
Method Summary
 void process(Exchange exchange)
          Processes the message exchange
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, createExchange, doStart, doStop, 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
 

Field Detail

queue

protected final Collection<Exchange> queue
Constructor Detail

CollectionProducer

public CollectionProducer(Endpoint endpoint,
                          Collection<Exchange> queue)
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
Parameters:
exchange - the message exchange
Throws:
Exception - if an internal processing error has occurred.


Copyright © 2009 Apache Software Foundation. All Rights Reserved.