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

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

Uses of FilterBuilder in org.apache.camel.builder
 

Subclasses of FilterBuilder in org.apache.camel.builder
 class WhenBuilder
           
 

Methods in org.apache.camel.builder that return FilterBuilder
 FilterBuilder FilterBuilder.and(Predicate predicate)
          Adds another predicate using a logical AND
 FilterBuilder FromBuilder.filter(Predicate predicate)
          Creates a predicate which is applied and only if it is true then the exchange is forwarded to the destination
 FilterBuilder FilterBuilder.or(Predicate predicate)
          Adds another predicate using a logical OR
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.