| Package | Description |
|---|---|
| org.mule.runtime.core.routing.filters | |
| org.mule.runtime.core.routing.filters.logic |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAllFilter
A filter that accepts everything.
|
class |
EqualsFilter
EqualsFilter is a filter for comparing two objects using the equals() method. |
class |
NotWildcardFilter
Negative version of
WildcardFilter |
class |
RegExFilter
RegExFilter is used to match a String argument against a regular expression. |
class |
WildcardFilter
WildcardFilter is used to match Strings against wildcards. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilterCollection
Manages a filter collection.
|
class |
AndFilter
AndFilter accepts only if all the filters accept. |
class |
NotFilter
NotFilter accepts if the filter does not accept. |
class |
OrFilter
OrFilter accepts if any of the filters accept the message |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.