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

Packages that use FilterType
org.apache.camel.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of FilterType in org.apache.camel.model
 

Methods in org.apache.camel.model that return FilterType
 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)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.