org.mule.providers.email.filters
Class AbstractMailFilter

java.lang.Object
  extended byorg.mule.providers.email.filters.AbstractMailFilter
All Implemented Interfaces:
UMOFilter
Direct Known Subclasses:
MailSubjectRegExFilter

public abstract class AbstractMailFilter
extends java.lang.Object
implements UMOFilter

AbstractMailFilter is a base class for all javax.mail.Message filters.

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Field Summary
protected  Log logger
          logger used by this class
 
Constructor Summary
AbstractMailFilter()
           
 
Method Summary
 boolean accept(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected transient Log logger
logger used by this class

Constructor Detail

AbstractMailFilter

public AbstractMailFilter()
Method Detail

accept

public final boolean accept(java.lang.Object object)
Specified by:
accept in interface UMOFilter


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