org.apache.hupa.shared.rpc
Class RawMessageResult

java.lang.Object
  extended by org.apache.hupa.shared.rpc.RawMessageResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable, net.customware.gwt.dispatch.shared.Result

public class RawMessageResult
extends Object
implements net.customware.gwt.dispatch.shared.Result, Serializable

See Also:
Serialized Form

Constructor Summary
protected RawMessageResult()
           
  RawMessageResult(String rawMessage)
           
 
Method Summary
 String getRawMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawMessageResult

protected RawMessageResult()

RawMessageResult

public RawMessageResult(String rawMessage)
Method Detail

getRawMessage

public String getRawMessage()


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