org.apache.cocoon.mail
Class MailCommandManager.MailCatMessageByIdCommand

java.lang.Object
  extended byorg.apache.cocoon.util.AbstractLogEnabled
      extended byorg.apache.cocoon.mail.command.AbstractMailCommand
          extended byorg.apache.cocoon.mail.MailCommandManager.MailCatMessageByIdCommand
All Implemented Interfaces:
Contextualizable, MailCommand
Enclosing class:
MailCommandManager

public static class MailCommandManager.MailCatMessageByIdCommand
extends AbstractMailCommand
implements Contextualizable

Retrieved a message (envelope plus content) of a folder by its id, put retrieved message as command result.


Constructor Summary
MailCommandManager.MailCatMessageByIdCommand()
          Constructor for the MailMessageByIdCommand object
 
Method Summary
 void contextualize(Context ctx)
          Description of the Method
 void execute()
          Description of the Method
 
Methods inherited from class org.apache.cocoon.mail.command.AbstractMailCommand
addResult, addResults, getResults, iterator
 
Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailCommandManager.MailCatMessageByIdCommand

public MailCommandManager.MailCatMessageByIdCommand()
Constructor for the MailMessageByIdCommand object

Method Detail

contextualize

public void contextualize(Context ctx)
                   throws ContextException
Description of the Method

Specified by:
contextualize in interface Contextualizable
Parameters:
ctx - Description of the Parameter
Throws:
ContextException - Description of the Exception

execute

public void execute()
             throws MessagingException
Description of the Method

Specified by:
execute in interface MailCommand
Specified by:
execute in class AbstractMailCommand
Throws:
MessagingException - Description of the Exception


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.