Uses of Interface
org.mule.api.routing.filter.ObjectFilter

Packages that use ObjectFilter
org.mule.routing.filters Filters are often used by routers to determine if the event should be accepted by the router. 
 

Uses of ObjectFilter in org.mule.routing.filters
 

Classes in org.mule.routing.filters that implement ObjectFilter
 class AcceptAllFilter
          A filter that accepts everything.
 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 expression.
 class WildcardFilter
          WildcardFilter is used to match Strings against wildcards.
 



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.