|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.email.filters.AbstractMailFilter
public abstract class AbstractMailFilter
AbstractMailFilter
is a base class for all javax.mail.Message
filters.
Field Summary | |
---|---|
protected Log |
logger
logger used by this class |
Constructor Summary | |
---|---|
AbstractMailFilter()
|
Method Summary | |
---|---|
abstract boolean |
accept(javax.mail.Message message)
|
boolean |
accept(MuleMessage message)
Check a given message against this filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected transient Log logger
Constructor Detail |
---|
public AbstractMailFilter()
Method Detail |
---|
public final boolean accept(MuleMessage message)
Filter
accept
in interface Filter
message
- a non null message to filter.
true
if the message matches the filterpublic abstract boolean accept(javax.mail.Message message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |