Uses of Package
org.mule.routing.filters

Packages that use org.mule.routing.filters
org.mule.exception   
org.mule.model.resolvers   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.filters Filters are often used by routers to determine if the event should be accepted by the router. 
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Classes in org.mule.routing.filters used by org.mule.exception
WildcardFilter
          WildcardFilter is used to match Strings against wildcards.
 

Classes in org.mule.routing.filters used by org.mule.model.resolvers
WildcardFilter
          WildcardFilter is used to match Strings against wildcards.
 

Classes in org.mule.routing.filters used by org.mule.routing
ExpressionFilter
          Allows boolean expressions to be executed on a message.
 

Classes in org.mule.routing.filters used by org.mule.routing.filters
AcceptAllFilter
          A filter that accepts everything.
PayloadTypeFilter
          PayloadTypeFilter filters based on the type of the object received.
 

Classes in org.mule.routing.filters used by org.mule.util
WildcardFilter
          WildcardFilter is used to match Strings against wildcards.
 



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