Uses of Class
org.apache.camel.processor.FilterProcessor

Packages that use FilterProcessor
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of FilterProcessor in org.apache.camel.model
 

Methods in org.apache.camel.model that return FilterProcessor
protected  FilterProcessor ExpressionNode.createFilterProcessor(RouteContext routeContext)
           
 FilterProcessor FilterType.createProcessor(RouteContext routeContext)
           
 FilterProcessor WhenType.createProcessor(RouteContext routeContext)
           
 

Uses of FilterProcessor in org.apache.camel.processor
 

Methods in org.apache.camel.processor that return types with arguments of type FilterProcessor
 List<FilterProcessor> ChoiceProcessor.getFilters()
           
 

Constructor parameters in org.apache.camel.processor with type arguments of type FilterProcessor
ChoiceProcessor(List<FilterProcessor> filters, Processor otherwise)
           
 



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