|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||