org.apache.hupa.shared.rpc
Class ForwardMessage

java.lang.Object
  extended by org.apache.hupa.shared.rpc.SendMessage
      extended by org.apache.hupa.shared.rpc.ForwardMessage
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable, net.customware.gwt.dispatch.shared.Action<GenericResult>
Direct Known Subclasses:
ReplyMessage

public class ForwardMessage
extends SendMessage

See Also:
Serialized Form

Constructor Summary
protected ForwardMessage()
           
  ForwardMessage(SMTPMessage msg, IMAPFolder folder, long uid)
           
 
Method Summary
 IMAPFolder getFolder()
           
 long getReplyMessageUid()
           
 
Methods inherited from class org.apache.hupa.shared.rpc.SendMessage
getMessage, setMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardMessage

public ForwardMessage(SMTPMessage msg,
                      IMAPFolder folder,
                      long uid)

ForwardMessage

protected ForwardMessage()
Method Detail

getReplyMessageUid

public long getReplyMessageUid()

getFolder

public IMAPFolder getFolder()


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.