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

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

Uses of ChoiceBuilder in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return ChoiceBuilder
 ChoiceBuilder FromBuilder.choice()
          Creates a choice of one or more predicates with an otherwise clause
 ChoiceBuilder WhenBuilder.process(Processor processor)
           
 ChoiceBuilder WhenBuilder.to(Endpoint endpoint)
           
 ChoiceBuilder WhenBuilder.to(String uri)
           
 

Constructors in org.apache.camel.builder with parameters of type ChoiceBuilder
WhenBuilder(ChoiceBuilder parent, Predicate predicate)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.