org.seasar.tuigwaa.net
クラス EmailServiceImpl

java.lang.Object
  拡張org.seasar.tuigwaa.net.EmailServiceImpl
すべての実装インタフェース:
EmailService

public class EmailServiceImpl
extends Object
implements EmailService

作成者:
someda

フィールドの概要
 
インタフェース org.seasar.tuigwaa.net.EmailService から継承したフィールド
MAIL_CHARSET, MAIL_CONTENTTYPE, MAIL_FROM_ADDRESS, MAIL_FROM_PERSONEL, MAIL_HOST, MAIL_PORT, MAIL_REPLY_TO, MAIL_SUBJECT
 
コンストラクタの概要
EmailServiceImpl()
           
 
メソッドの概要
 void sendEmail(String mailAddress, String mailContent, Properties mailProperties, Map headerMap)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EmailServiceImpl

public EmailServiceImpl()
メソッドの詳細

sendEmail

public void sendEmail(String mailAddress,
                      String mailContent,
                      Properties mailProperties,
                      Map headerMap)
               throws TgwServiceException
定義:
インタフェース EmailService 内の sendEmail
パラメータ:
mailProperties - represents mail properties such as subject, from address, and so on.
headerMap - represents mail header map, like Content-Transfer-Encoding as key, and 7bit as value.
例外:
TgwServiceException


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.