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

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

Uses of FilterType in org.apache.camel.model
 

Methods in org.apache.camel.model that return FilterType
 FilterType NodeFactory.createFilter()
           
 FilterType ProcessorType.filter(ExpressionType expression)
           
 FilterType ProcessorType.filter(Predicate predicate)
          Creates a predicate which is applied and only if it is true then the exchange is forwarded to the destination
 FilterType ProcessorType.filter(String language, String expression)
           
 

Methods in org.apache.camel.model that return types with arguments of type FilterType
 ExpressionClause<FilterType> ProcessorType.filter()
          Creates a predicate expression which only if it is true then the exchange is forwarded to the destination
 



Copyright © 2010 IONA Open Source Community. All Rights Reserved.