com.ozacc.mail.mailet
クラス MailetWrapper
java.lang.Object
com.ozacc.mail.mailet.MailetWrapper
- public class MailetWrapper
- extends Object
- バージョン:
- $Id: MailetWrapper.java,v 1.1.2.1 2005/01/18 07:22:01 otsuka Exp $
- 作成者:
- Tomohiro Otsuka
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailetWrapper
public MailetWrapper()
- コンストラクタ。
MailetWrapper
public MailetWrapper(Mailet mailet,
List matcherList)
- コンストラクタ。
- パラメータ:
mailet
- matcherList
-
execute
public void execute(ReceivedMail mail)
- パラメータ:
mail
-
getMailet
public Mailet getMailet()
- 戻り値:
- Returns the mailet.
setMailet
public void setMailet(Mailet mailet)
- パラメータ:
mailet
- The mailet to set.
getMatcherList
public List getMatcherList()
- 戻り値:
- Returns the matcherList.
setMatcherList
public void setMatcherList(List matcherList)
- パラメータ:
matcherList
- The matcherList to set.
Copyright © 2004-2005 OZACC. All Rights Reserved.