Package org.mule.routing.filters

Filters are often used by routers to determine if the event should be accepted by the router.

See:
          Description

Class Summary
EqualsFilter EqualsFilter is a filter for comparing two objects using the equals() method.
ExceptionTypeFilter A filter that accepts messages that have an exception payload.
ExpressionFilter Allows boolean expressions to be executed on a message
MessagePropertyFilter MessagePropertyFilter can be used to filter against properties on an event.
PayloadTypeFilter PayloadTypeFilter filters based on the type of the object received.
RegExFilter RegExFilter is used to match a String argument against a regular pattern.
WildcardFilter WildcardFilter is used to match Strings against wildcards.
 

Package org.mule.routing.filters Description

Filters are often used by routers to determine if the event should be accepted by the router.



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.