|
TsBiff 1.3 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailModel | |
| ts.biff | |
| ts.mail | |
| Uses of MailModel in ts.biff |
| Methods in ts.biff that return MailModel | |
MailModel |
Controller.getMailModel(java.lang.String id)
Returns the MailModel with the submitted id |
| Uses of MailModel in ts.mail |
| Classes in ts.mail that implement MailModel | |
class |
DefaultMailModel
This class implements the MailModel interface and represents a generic mail messsage. |
| Methods in ts.mail that return MailModel | |
MailModel |
SendMailException.getMail()
|
MailModel |
GetMailException.getMail()
|
| Methods in ts.mail with parameters of type MailModel | |
void |
TransportAgent.sendMail(MailModel aMail)
Send the mail using a certain protocol. |
void |
SmtpAgent.sendMail(MailModel aMail)
Implementation of sendMail method. |
| Constructors in ts.mail with parameters of type MailModel | |
SendMailException(int status,
java.lang.String message,
MailModel aMail)
Store status, message and the mail that was processed. |
|
GetMailException(int status,
java.lang.String message,
MailModel aMail)
Store status, message and the mail that was processed. |
|
|
TsBiff 1.3 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||