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

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

Uses of WhenBuilder in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return WhenBuilder
 WhenBuilder ChoiceBuilder.when(Predicate predicate)
          Adds a predicate which if it is true then the message exchange is sent to the given destination
 

Methods in org.apache.camel.builder that return types with arguments of type WhenBuilder
 List<WhenBuilder> ChoiceBuilder.getPredicateBuilders()
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.