|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfoservice.mailsystem.central.AbstractMailSystemCommand
public abstract class AbstractMailSystemCommand
This interface specifies the methods any JAP mailsystem command has to implement.
| Field Summary | |
|---|---|
private MailMessages |
m_localization
Stores the MailMessages instance used for creating localized versions of the response messages. |
| Constructor Summary | |
|---|---|
protected |
AbstractMailSystemCommand(MailMessages a_localization)
Initializes a new instance of AbstractMailSystemCommand. |
| Method Summary | |
|---|---|
abstract void |
createReplyMessage(javax.mail.internet.MimeMessage a_receivedMessage,
javax.mail.internet.MimeMessage a_replyMessage)
This method shall create the reply message. |
protected MailMessages |
getLocalization()
Returns the MailMessages instance with the localization to use when creating response messages. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private MailMessages m_localization
| Constructor Detail |
|---|
protected AbstractMailSystemCommand(MailMessages a_localization)
a_localization - The MailMessages instance with the localization to use when creating
the response messages.| Method Detail |
|---|
public abstract void createReplyMessage(javax.mail.internet.MimeMessage a_receivedMessage,
javax.mail.internet.MimeMessage a_replyMessage)
throws java.lang.Exception
a_receivedMessage - The message the JAP mailsystem has received from a user.a_replyMessage - A pre-initialized message (recipients and subject already set), which
shall be filled with the reply.
java.lang.Exceptionprotected MailMessages getLocalization()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||