|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.abraracourcix.alipes.common.messaging.EmailMessenger
Messenger that dispatches emails
| Method Summary | |
java.lang.String |
getRecipient()
The intended recipient for this message - nice to know |
void |
sendMessage(java.lang.String subject,
java.lang.String message)
Does the donkey work of sending an email |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void sendMessage(java.lang.String subject,
java.lang.String message)
throws MessengerException
sendMessage in interface Messengersubject - subject linemessage - what you want to say
MessengerException - if the email failspublic java.lang.String getRecipient()
Messenger
getRecipient in interface MessengerMessenger.getRecipient()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||