|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfoservice.mailsystem.central.AbstractMailSystemCommand
infoservice.mailsystem.central.commands.HelpCommand
public class HelpCommand
This is the implementation for generating a reply message for the GetHelp command.
| Constructor Summary | |
|---|---|
HelpCommand(MailMessages a_localization)
Creates a new instance of HelpCommand. |
|
| Method Summary | |
|---|---|
void |
createReplyMessage(javax.mail.internet.MimeMessage a_receivedMessage,
javax.mail.internet.MimeMessage a_replyMessage)
Creates the reply for the GetHelp command. |
| Methods inherited from class infoservice.mailsystem.central.AbstractMailSystemCommand |
|---|
getLocalization |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HelpCommand(MailMessages a_localization)
a_localization - The MailMessages instance with the localization to use when creating
the response message.| Method Detail |
|---|
public void createReplyMessage(javax.mail.internet.MimeMessage a_receivedMessage,
javax.mail.internet.MimeMessage a_replyMessage)
throws java.lang.Exception
createReplyMessage in class AbstractMailSystemCommanda_receivedMessage - The message we have received (not used).a_replyMessage - A pre-initialized message (recipients and subject already set), which
shall be filled with the GetHelp reply.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||