net.sf.wallace.messages
Class AppendMessage

java.lang.Object
  extended by net.sf.wallace.messages.AbstractMessage
      extended by net.sf.wallace.messages.MailboxMessage
          extended by net.sf.wallace.messages.AppendMessage
All Implemented Interfaces:
ClientMessage

public final class AppendMessage
extends MailboxMessage

Author:
rnewson

Field Summary
protected  org.apache.commons.logging.Log log
           
protected  javax.mail.Message message
           
 
Constructor Summary
AppendMessage()
           
AppendMessage(String tag, javax.mail.Message newMessage)
           
 
Method Summary
 Command getCommand()
          Return a command object capable of processing this message.
 void setMessage(javax.mail.Message newMessage)
           
 
Methods inherited from class net.sf.wallace.messages.MailboxMessage
getMailboxName, setMailboxName
 
Methods inherited from class net.sf.wallace.messages.AbstractMessage
getTag, setTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log

message

protected javax.mail.Message message
Constructor Detail

AppendMessage

public AppendMessage()

AppendMessage

public AppendMessage(String tag,
                     javax.mail.Message newMessage)
Method Detail

setMessage

public void setMessage(javax.mail.Message newMessage)

getCommand

public Command getCommand()
Description copied from interface: ClientMessage
Return a command object capable of processing this message. This is generally implemented as an inner class. If so, care must be taken to use the client message parameter, and not access the outer Message instance.

Returns:


Copyright © 2004-2005 Robert Newson. All Rights Reserved.