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 filer for comparing two objects using the equals() method.
MessageFilter MessageFilter allows filtering on the whole message not just the payload
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 rgular expression against a string argument.
UMOEventFilter UMOEventFilter is a filter for determining if the object is a UMOEvent.
WildcardFilter WildcardFilter is used to match wildcard string.
 

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-2005 SymphonySoft Limited. All Rights Reserved.