org.apache.hupa.shared.rpc
Class ReplyMessage

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

public class ReplyMessage
extends ForwardMessage

See Also:
Serialized Form

Constructor Summary
protected ReplyMessage()
           
  ReplyMessage(SMTPMessage msg, IMAPFolder folder, long uid)
           
 
Method Summary
 
Methods inherited from class org.apache.hupa.shared.rpc.ForwardMessage
getFolder, 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

ReplyMessage

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

ReplyMessage

protected ReplyMessage()


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