|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Generic messenger interface to send emails or whatever
| 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)
All messengers, whether email, jabber, whatever simply send a text message. |
| Method Detail |
public void sendMessage(java.lang.String subject,
java.lang.String message)
throws MessengerException
subject - subject of messagemessage - message body
MessengerException - if there's a wee problempublic java.lang.String getRecipient()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||