org.mule.routing.filters |
Filters are often used by routers to determine if the event should be accepted by the router.
|
Java Source File Name | Type | Comment |
EqualsFilter.java | Class | EqualsFilter is a filter for comparing two objects using the
equals() method. |
ExceptionTypeFilter.java | Class | A filter that accepts messages that have an exception payload. |
MessagePropertyFilter.java | Class | MessagePropertyFilter can be used to filter against properties on
an event. |
PayloadTypeFilter.java | Class | PayloadTypeFilter filters based on the type of the object received. |
RegExFilter.java | Class | RegExFilter is used to match a String argument against a regular
pattern. |
WildcardFilter.java | Class | WildcardFilter is used to match Strings against wildcards. |