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

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

Uses of FilterDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return FilterDefinition
 FilterDefinition ProcessorDefinition.filter(ExpressionDefinition expression)
          Message Filter EIP: Creates a predicate expression which only if it is true then the exchange is forwarded to the destination
 FilterDefinition ProcessorDefinition.filter(Predicate predicate)
          Message Filter EIP: Creates a predicate which is applied and only if it is true then the exchange is forwarded to the destination
 FilterDefinition ProcessorDefinition.filter(String language, String expression)
          Message Filter EIP: Creates a predicate language expression which only if it is true then the exchange is forwarded to the destination
 

Methods in org.apache.camel.model that return types with arguments of type FilterDefinition
 ExpressionClause<? extends FilterDefinition> ProcessorDefinition.filter()
          Message Filter EIP: Creates a predicate expression which only if it is true then the exchange is forwarded to the destination
 



Apache Camel