|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfoservice.mailsystem.central.MailHandler
public class MailHandler
This class handles the received mails.
| Field Summary | |
|---|---|
private javax.mail.internet.MimeMessage |
m_receivedMessage
Stores the received message. |
| Constructor Summary | |
|---|---|
MailHandler(java.io.InputStream a_receivedMail)
Creates a new MailHandler. |
|
| Method Summary | |
|---|---|
void |
createReply()
This creates the reply for the received message, depending on the subject and message data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private javax.mail.internet.MimeMessage m_receivedMessage
| Constructor Detail |
|---|
public MailHandler(java.io.InputStream a_receivedMail)
throws javax.mail.MessagingException
a_receivedMail - An InputStream, which contains the data of a received e-mail.
javax.mail.MessagingException| Method Detail |
|---|
public void createReply()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||