Package | Description |
---|---|
org.mule.routing.filters |
Filters are often used by routers to determine if the event should be accepted by the router.
|
org.mule.transport.http.filters |
Modifier and Type | Class and Description |
---|---|
class |
EqualsFilter
EqualsFilter is a filter for comparing two objects using the
equals() method. |
class |
RegExFilter
RegExFilter is used to match a String argument against a regular
pattern. |
class |
WildcardFilter
WildcardFilter is used to match Strings against wildcards. |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestWildcardFilter
HttpRequestWildcardFilter filters out wildcard URL expressions. |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.