org.mule.umo
Interface UMOFilter

All Known Implementing Classes:
AndFilter, EqualsFilter, MessagePropertyFilter, NotFilter, OrFilter, PayloadTypeFilter, 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.