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 ProcessorType.splitter(Expression receipients)
          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 receipients, 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 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(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.
 



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