org.seasar.tuigwaa.net
クラス EmailServiceImpl
java.lang.Object
org.seasar.tuigwaa.net.EmailServiceImpl
- すべての実装インタフェース:
- EmailService
- public class EmailServiceImpl
- extends Object
- implements EmailService
- 作成者:
- someda
クラス 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.