| mailsb.SessionMailer
SessionMailer | public interface SessionMailer extends EJBObject(Code) | | Remote interface for the bean Mailer Work with javax.mail.Session
author: Florent Benoit author: Ludovic Bert |
Method Summary | |
void | send() Send the message which was previously configured. | void | setMessage(String recipient, String subject, String content) Set the message with a specific recipient, subject and content. |
setMessage | void setMessage(String recipient, String subject, String content) throws Exception, RemoteException(Code) | | Set the message with a specific recipient, subject and content.
Parameters: recipient - the 'TO' field of the message. Parameters: subject - the subject of the message. Parameters: content - the content of the message. throws: Exception - if a problem occurs. throws: RemoteException - if the call failed. |
|
|