org.mule.umo
Interface UMOFilter

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

public interface UMOFilter

The UMOFilter interface allows UMOMessage filtering.

Version:
$Revision: 3798 $
Author:
Ross Mason

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-2006 MuleSource Inc.. All Rights Reserved.