org.apache.camel.builder
Class RecipientListBuilder<E extends Exchange>

java.lang.Object
  extended by org.apache.camel.builder.BuilderSupport
      extended by org.apache.camel.builder.RecipientListBuilder<E>
All Implemented Interfaces:
ProcessorFactory

public class RecipientListBuilder<E extends Exchange>
extends BuilderSupport
implements ProcessorFactory

Creates a dynamic Recipient List pattern.

Version:
$Revision: 532790 $

Constructor Summary
RecipientListBuilder(FromBuilder parent, Expression expression)
           
 
Method Summary
 Processor createProcessor()
           
 
Methods inherited from class org.apache.camel.builder.BuilderSupport
body, bodyAs, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, deadLetterChannel, endpoint, endpoints, endpoints, getContext, getErrorHandlerBuilder, header, isInheritErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, noErrorHandler, outBody, outBody, setContext, setErrorHandlerBuilder, setInheritErrorHandler, systemProperty, systemProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipientListBuilder

public RecipientListBuilder(FromBuilder parent,
                            Expression expression)
Method Detail

createProcessor

public Processor createProcessor()
Specified by:
createProcessor in interface ProcessorFactory


Copyright © 2007 Apache Software Foundation. All Rights Reserved.