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 java.lang.Object
implements UMOFilter

NotFilter accepts if the filter does not accept

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Constructor Summary
NotFilter()
           
NotFilter(UMOFilter filter)
           
 
Method Summary
 boolean accept(java.lang.Object object)
           
 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(java.lang.Object object)
Specified by:
accept in interface UMOFilter


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.