Uses of Class
org.apache.camel.model.SplitterType

Packages that use SplitterType
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of SplitterType in org.apache.camel.model
 

Methods in org.apache.camel.model that return SplitterType
 SplitterType SplitterType.aggregationStrategy(AggregationStrategy aggregationStrategy)
          Set the spliter's aggregationStrategy
 SplitterType SplitterType.executor(ThreadPoolExecutor executor)
          Setting the executor for executing the splitting action.
 SplitterType SplitterType.parallelProcessing()
          Set to run the splitting action parallelly
 SplitterType SplitterType.parallelProcessing(boolean parallelProcessing)
          Set the splitting action's thread model
 SplitterType ProcessorType.splitter(Expression recipients)
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 SplitterType ProcessorType.splitter(Expression partsExpression, AggregationStrategy aggregationStrategy)
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 SplitterType ProcessorType.splitter(Expression partsExpression, AggregationStrategy aggregationStrategy, boolean parallelProcessing)
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 SplitterType ProcessorType.splitter(Expression partsExpression, AggregationStrategy aggregationStrategy, boolean parallelProcessing, ThreadPoolExecutor threadPoolExecutor)
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 SplitterType ProcessorType.splitter(Expression recipients, boolean parallelProcessing)
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 SplitterType ProcessorType.splitter(Expression recipients, boolean parallelProcessing, ThreadPoolExecutor threadPoolExecutor)
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 SplitterType SplitterType.streaming()
          Enables streaming.
 

Methods in org.apache.camel.model that return types with arguments of type SplitterType
 ExpressionClause<SplitterType> ProcessorType.splitter()
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 ExpressionClause<SplitterType> ProcessorType.splitter(AggregationStrategy aggregationStrategy)
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 ExpressionClause<SplitterType> ProcessorType.splitter(AggregationStrategy aggregationStrategy, boolean parallelProcessing)
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 ExpressionClause<SplitterType> ProcessorType.splitter(AggregationStrategy aggregationStrategy, boolean parallelProcessing, ThreadPoolExecutor threadPoolExecutor)
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 ExpressionClause<SplitterType> ProcessorType.splitter(boolean parallelProcessing)
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 ExpressionClause<SplitterType> ProcessorType.splitter(boolean parallelProcessing, ThreadPoolExecutor threadPoolExecutor)
          Creates the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 



Copyright © 2009 IONA Open Source Community. All Rights Reserved.