org.mule.umo
Interface UMOFilter

All Known Implementing Classes:
AbstractMailFilter, AbstractXmppFilter, AndFilter, EqualsFilter, IsXmlFilter, JmsPropertyFilter, JmsSelectorFilter, JXPathFilter, MessagePropertyFilter, NotFilter, OGNLFilter, OrFilter, PayloadTypeFilter, RegExFilter, WildcardFilter

public interface UMOFilter

The UMOFilter interface allows UMOMessage filtering.


Method Summary
 boolean accept(UMOMessage message)
          Check a given message against this filter.
 

Method Detail

accept

public boolean accept(UMOMessage message)
Check a given message against this filter.

Parameters:
message - a non null message to filter.
Returns:
true if the message matches the filter


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.