Uses of Interface
org.mule.umo.UMOFilter

Packages that use UMOFilter
org.mule.components.rest   
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.endpoint Implemtation of Mule endpoint uris. 
org.mule.routing.filters Filters are often used by routers to determine if the event should be accepted by the router. 
org.mule.routing.filters.logic Filters that allow other filters to be combined. 
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.umo.endpoint Endpoint interfaces. 
 

Uses of UMOFilter in org.mule.components.rest
 

Methods in org.mule.components.rest that return UMOFilter
 UMOFilter RestServiceWrapper.getErrorFilter()
           
 

Methods in org.mule.components.rest with parameters of type UMOFilter
 void RestServiceWrapper.setErrorFilter(UMOFilter errorFilter)
           
 

Uses of UMOFilter in org.mule.config.builders
 

Methods in org.mule.config.builders that return UMOFilter
 UMOFilter EndpointReference.getFilter()
           
 

Methods in org.mule.config.builders with parameters of type UMOFilter
 void EndpointReference.setFilter(UMOFilter filter)
           
 UMOEndpoint QuickConfigurationBuilder.createEndpoint(String uri, String name, boolean inbound, UMOFilter filter)
           
 UMOEndpoint QuickConfigurationBuilder.createEndpoint(String uri, String name, boolean inbound, String transformers, UMOFilter filter)
           
 UMOEndpoint QuickConfigurationBuilder.registerEndpoint(String uri, String name, boolean inbound, Map properties, UMOFilter filter)
           
 

Uses of UMOFilter in org.mule.impl
 

Fields in org.mule.impl declared as UMOFilter
protected  UMOFilter ImmutableMuleEndpoint.filter
          event filter for this endpoint
 

Methods in org.mule.impl that return UMOFilter
 UMOFilter ImmutableMuleEndpoint.getFilter()
           
 

Uses of UMOFilter in org.mule.impl.endpoint
 

Methods in org.mule.impl.endpoint with parameters of type UMOFilter
 void MuleEndpoint.setFilter(UMOFilter filter)
           
 

Uses of UMOFilter in org.mule.routing.filters
 

Classes in org.mule.routing.filters that implement UMOFilter
 class EqualsFilter
          EqualsFilter is a filer for comparing two objects using the equals() method.
 class ExceptionTypeFilter
          A filter that accepts messages that have an exception payload.
 class MessagePropertyFilter
          MessagePropertyFilter can be used to filter against properties on an event.
 class PayloadTypeFilter
          PayloadTypeFilter filters based on the type of the object received.
 class RegExFilter
          RegExFilter is used to match a rgular expression against a string argument.
 class WildcardFilter
          WildcardFilter is used to match wildcard string.
 

Uses of UMOFilter in org.mule.routing.filters.logic
 

Classes in org.mule.routing.filters.logic that implement UMOFilter
 class AndFilter
          AndFilter accepts only if the leftFilter and rightFilter filter accept
 class NotFilter
          NotFilter accepts if the filter does not accept
 class OrFilter
          OrFilter accepts if the leftFilter or rightFilter filter accept
 

Methods in org.mule.routing.filters.logic that return UMOFilter
 UMOFilter NotFilter.getFilter()
           
 UMOFilter OrFilter.getLeftFilter()
           
 UMOFilter OrFilter.getRightFilter()
           
 UMOFilter AndFilter.getLeftFilter()
           
 UMOFilter AndFilter.getRightFilter()
           
 

Methods in org.mule.routing.filters.logic with parameters of type UMOFilter
 void NotFilter.setFilter(UMOFilter filter)
           
 void OrFilter.setLeftFilter(UMOFilter leftFilter)
           
 void OrFilter.setRightFilter(UMOFilter rightFilter)
           
 void AndFilter.setLeftFilter(UMOFilter leftFilter)
           
 void AndFilter.setRightFilter(UMOFilter rightFilter)
           
 

Constructors in org.mule.routing.filters.logic with parameters of type UMOFilter
NotFilter(UMOFilter filter)
           
OrFilter(UMOFilter leftFilter, UMOFilter rightFilder)
           
AndFilter(UMOFilter left, UMOFilter right)
           
 

Uses of UMOFilter in org.mule.routing.inbound
 

Methods in org.mule.routing.inbound that return UMOFilter
 UMOFilter SelectiveConsumer.getFilter()
           
 

Methods in org.mule.routing.inbound with parameters of type UMOFilter
 void SelectiveConsumer.setFilter(UMOFilter filter)
           
 

Uses of UMOFilter in org.mule.routing.outbound
 

Methods in org.mule.routing.outbound that return UMOFilter
 UMOFilter FilteringOutboundRouter.getFilter()
           
 

Methods in org.mule.routing.outbound with parameters of type UMOFilter
 void OutboundPassThroughRouter.setFilter(UMOFilter filter)
           
 void FilteringOutboundRouter.setFilter(UMOFilter filter)
           
 

Uses of UMOFilter in org.mule.umo.endpoint
 

Methods in org.mule.umo.endpoint that return UMOFilter
 UMOFilter UMOImmutableEndpoint.getFilter()
          The filter to apply to incoming messages.
 

Methods in org.mule.umo.endpoint with parameters of type UMOFilter
 void UMOEndpoint.setFilter(UMOFilter filter)
          The filter to apply to incoming messages
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.