org.apache.hupa.shared.rpc
Class SendMessage

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

public class SendMessage
extends Object
implements net.customware.gwt.dispatch.shared.Action<GenericResult>, Serializable

See Also:
Serialized Form

Constructor Summary
protected SendMessage()
           
  SendMessage(SMTPMessage msg)
           
 
Method Summary
 SMTPMessage getMessage()
           
 void setMessage(SMTPMessage msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendMessage

public SendMessage(SMTPMessage msg)

SendMessage

protected SendMessage()
Method Detail

getMessage

public SMTPMessage getMessage()

setMessage

public void setMessage(SMTPMessage msg)


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