|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.services.BaseService toolbox.services.mail.MailService toolbox.services.mail.simple.SimpleMailServiceImpl
public class SimpleMailServiceImpl
Default implementation of the SimpleMailService interface.
Constructor Summary | |
---|---|
SimpleMailServiceImpl()
Default constructor. |
Method Summary | |
---|---|
void |
sendMailMessage(MailMessage message,
DeliveryControl control)
Send the given e-mail message. |
Methods inherited from class toolbox.services.mail.MailService |
---|
create, getMailManager, getSMTPMailer |
Methods inherited from class toolbox.services.BaseService |
---|
destroy, getConfigHome, getName, getProperties, getProperty, getXMLProperties, logConfig, logFine, logFiner, logFinest, logInfo, logSevere, logWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleMailServiceImpl()
Method Detail |
---|
public void sendMailMessage(MailMessage message, DeliveryControl control) throws SimpleMailException
sendMailMessage
in interface SimpleMailService
message
- MailMessage to send.control
- DeliveryControl instance to control delivery
behaviour.
SimpleMailException
- if the mail cannot be delivered.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |