Uses of Interface
org.mule.api.Criteria

Packages that use Criteria
org.mule.api.processor   
org.mule.api.routing.filter   
org.mule.example.geomail.routing   
org.mule.module.atom.routing   
org.mule.module.ibeans.spi   
org.mule.module.json.filters Filters for recognising JSON payloads in Mule. 
org.mule.module.ognl.filters   
org.mule.module.sxc   
org.mule.module.xml.filters Filters that apply specifically to xml using xml querying mechanisms. 
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.transport.email.filters   
org.mule.transport.file.filters Filename filters used to filter on a listening directory. 
org.mule.transport.http.filters   
org.mule.transport.jms.filters   
org.mule.transport.xmpp.filters   
 

Uses of Criteria in org.mule.api.processor
 

Classes in org.mule.api.processor with type parameters of type Criteria
 interface CriteriaBasedMessageRouter<T extends Criteria>
          A MessageProcessor that routes messages to zero or more destination message processors using the specified criteria to determine if a router should be used not not.
 

Uses of Criteria in org.mule.api.routing.filter
 

Subinterfaces of Criteria in org.mule.api.routing.filter
 interface Filter
          The Filter interface allows MuleMessage filtering.
 

Uses of Criteria in org.mule.example.geomail.routing
 

Classes in org.mule.example.geomail.routing that implement Criteria
 class InCacheFilter
          TODO
 

Uses of Criteria in org.mule.module.atom.routing
 

Classes in org.mule.module.atom.routing that implement Criteria
 class EntryLastUpdatedFilter
          Will filter entries in an atom feed based on the lasted Edited date, falling back to the published date if the edit date was not set
 class FeedLastUpdatedFilter
          Will filter a feed who's update date has changed since the last time it was read.
 class URIRouteFilter
           
 

Uses of Criteria in org.mule.module.ibeans.spi
 

Classes in org.mule.module.ibeans.spi that implement Criteria
 class ErrorExpressionFilter
          An implementation of a ErrorFilter that allows for error filter expressions to be configured on an iBean
 

Uses of Criteria in org.mule.module.json.filters
 

Classes in org.mule.module.json.filters that implement Criteria
 class IsJsonFilter
          A filter that will determine if the current message payload is a JSON encoded message.
 

Uses of Criteria in org.mule.module.ognl.filters
 

Classes in org.mule.module.ognl.filters that implement Criteria
 class OGNLFilter
           
 

Uses of Criteria in org.mule.module.sxc
 

Classes in org.mule.module.sxc that implement Criteria
 class SxcFilter
           
 

Uses of Criteria in org.mule.module.xml.filters
 

Classes in org.mule.module.xml.filters that implement Criteria
 class IsXmlFilter
          IsXmlFilter accepts a String or byte[] if its contents are valid (well-formed) XML.
 class JaxenFilter
          JaxenFilter evaluates an XPath expression against an XML document using Jaxen.
 class JXPathFilter
          JXPathFilter evaluates an XPath expression against a W3C Document, XML string, or Java bean and returns true if the result is as expected.
 class SchemaValidationFilter
          Filter for schema validation.
 class XPathFilter
           
 

Uses of Criteria in org.mule.routing.filters
 

Classes in org.mule.routing.filters that implement Criteria
 class AcceptAllFilter
          A filter that accepts everything.
 class EqualsFilter
          EqualsFilter is a filter for comparing two objects using the equals() method.
 class ExceptionTypeFilter
          A filter that accepts messages that have an exception payload.
 class ExpressionFilter
          Allows boolean expressions to be executed on a message.
 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 String argument against a regular expression.
 class WildcardFilter
          WildcardFilter is used to match Strings against wildcards.
 

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

Classes in org.mule.routing.filters.logic that implement Criteria
 class AbstractFilterCollection
          Manages a filter collection.
 class AndFilter
          AndFilter accepts only if all the filters accept.
 class NotFilter
          NotFilter accepts if the filter does not accept.
 class OrFilter
          OrFilter accepts if any of the filters accept the message
 

Uses of Criteria in org.mule.transport.email.filters
 

Classes in org.mule.transport.email.filters that implement Criteria
 class AbstractMailFilter
          AbstractMailFilter is a base class for all javax.mail.Message filters.
 class MailSubjectRegExFilter
          MailSubjectRegExFilter applies a regular expression to a Mail Message subject.
 

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

Classes in org.mule.transport.file.filters that implement Criteria
 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 Criteria in org.mule.transport.http.filters
 

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

Uses of Criteria in org.mule.transport.jms.filters
 

Classes in org.mule.transport.jms.filters that implement Criteria
 class JmsPropertyFilter
           
 class JmsSelectorFilter
          JmsSelectorFilter is a wrapper for a JMS Selector.
 

Uses of Criteria in org.mule.transport.xmpp.filters
 

Classes in org.mule.transport.xmpp.filters that implement Criteria
 class AbstractXmppFilter
          AbstractXmppFilter is a filter adapter so that Smack Filters can be configured as Mule filters.
 class XmppAndFilter
          XmppAndFilter an Xmpp AND filter
 class XmppFromContainsFilter
          XmppFromContainsFilter is an Xmpp FromContainsfilter adapter.
 class XmppMessageTypeFilter
          XmppMessageTypeFilter is an Xmpp MessageTypeFilter adapter.
 class XmppNotFilter
          XmppNotFilter an Xmpp NOT filter
 class XmppOrFilter
          XmppOrFilter an Xmpp OR filter
 class XmppPacketIDFilter
          XmppPacketIDFilter is an Xmpp PacketIDFilter adapter.
 class XmppPacketTypeFilter
          XmppPacketTypeFilter is an Xmpp PacketTypeFilter adapter.
 class XmppThreadFilter
          XmppThreadFilter is an Xmpp ThreadFilter adapter.
 class XmppToContainsFilter
          XmppToContainsFilter is an Xmpp ToContainsfilter adapter.
 



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