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

Packages that use ObjectFilter
org.mule.module.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.routing.filters Filters are often used by routers to determine if the event should be accepted by the router. 
org.mule.transport.file.filters Filename filters used to filter on a listening directory. 
org.mule.transport.http.filters   
 

Uses of ObjectFilter in org.mule.module.spring.events
 

Methods in org.mule.module.spring.events that return ObjectFilter
protected  ObjectFilter MuleEventMulticaster.createFilter(String pattern)
           
 

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.
 

Uses of ObjectFilter in org.mule.transport.file.filters
 

Classes in org.mule.transport.file.filters that implement ObjectFilter
 class FilenameRegexFilter
          FilenameRegexFilter filters incoming files from a directory, based on a regular expression.
 class FilenameWildcardFilter
          FilenameWildcardFilter filters incoming files from a directory, based on file patterns.
 

Uses of ObjectFilter in org.mule.transport.http.filters
 

Classes in org.mule.transport.http.filters that implement ObjectFilter
 class HttpRequestWildcardFilter
          HttpRequestWildcardFilter filters out wildcard URL expressions.
 



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