org.mule.api.routing.filter
Interface Filter

All Known Implementing Classes:
AbstractFilterCollection, AcceptAllFilter, AndFilter, ConsumableMuleMessageFilter, EqualsFilter, ExceptionTypeFilter, ExpressionFilter, MessagePropertyFilter, NotFilter, OrFilter, PayloadTypeFilter, RegExFilter, WildcardFilter

public interface Filter

The Filter interface allows MuleMessage filtering.


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

Method Detail

accept

boolean accept(MuleMessage 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-2013 MuleSoft, Inc.. All Rights Reserved.