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

Packages that use FilterProcessor
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
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.builder
 

Methods in org.apache.camel.builder that return FilterProcessor
 FilterProcessor FilterBuilder.createProcessor()
           
 

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 © 2007 Apache Software Foundation. All Rights Reserved.