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

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

Uses of SplitDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return SplitDefinition
 SplitDefinition SplitDefinition.aggregationStrategy(AggregationStrategy aggregationStrategy)
          Set the aggregationStrategy
 SplitDefinition SplitDefinition.aggregationStrategyRef(String aggregationStrategyRef)
          Set the aggregationStrategy
 SplitDefinition SplitDefinition.executorService(ExecutorService executorService)
           
 SplitDefinition SplitDefinition.executorServiceRef(String executorServiceRef)
           
 SplitDefinition SplitDefinition.onPrepare(Processor onPrepare)
          Uses the Processor when preparing the Exchange to be send.
 SplitDefinition SplitDefinition.onPrepareRef(String onPrepareRef)
          Uses the Processor when preparing the Exchange to be send.
 SplitDefinition SplitDefinition.parallelProcessing()
          Doing the splitting work in parallel
 SplitDefinition SplitDefinition.shareUnitOfWork()
          Shares the UnitOfWork with the parent and each of the sub messages.
 SplitDefinition ProcessorDefinition.split(Expression expression)
          Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually.
 SplitDefinition ProcessorDefinition.split(Expression expression, AggregationStrategy aggregationStrategy)
          Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually.
 SplitDefinition SplitDefinition.stopOnException()
          Will now stop further processing if an exception or failure occurred during processing of an Exchange and the caused exception will be thrown.
 SplitDefinition SplitDefinition.streaming()
          Enables streaming.
 SplitDefinition SplitDefinition.timeout(long timeout)
          Sets a timeout value in millis to use when using parallelProcessing.
 

Methods in org.apache.camel.model that return types with arguments of type SplitDefinition
 ExpressionClause<SplitDefinition> ProcessorDefinition.split()
          Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually.
 



Apache CAMEL