Uses of Class
org.apache.camel.builder.SplitterBuilder

Packages that use SplitterBuilder
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
 

Uses of SplitterBuilder in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return SplitterBuilder
 SplitterBuilder FromBuilder.splitter(Expression receipients)
          A builder for 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 © 2007 Apache Software Foundation. All Rights Reserved.