org.mule.routing.filters.logic
Class NotFilter

java.lang.Object
  extended byorg.mule.routing.filters.logic.NotFilter
All Implemented Interfaces:
UMOFilter

public class NotFilter
extends Object
implements UMOFilter

NotFilter accepts if the filter does not accept.


Constructor Summary
NotFilter()
           
NotFilter(UMOFilter filter)
           
 
Method Summary
 boolean accept(UMOMessage message)
          Check a given message against this filter.
 UMOFilter getFilter()
           
 void setFilter(UMOFilter filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotFilter

public NotFilter()

NotFilter

public NotFilter(UMOFilter filter)
Method Detail

getFilter

public UMOFilter getFilter()

setFilter

public void setFilter(UMOFilter filter)

accept

public boolean accept(UMOMessage message)
Description copied from interface: UMOFilter
Check a given message against this filter.

Specified by:
accept in interface UMOFilter
Parameters:
message - a non null message to filter.
Returns:
true if the message matches the filter


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