com.caucho.bam.proxy
Class ReplyPayload

java.lang.Object
  extended by com.caucho.bam.proxy.ReplyPayload
All Implemented Interfaces:
java.io.Serializable

public class ReplyPayload
extends java.lang.Object
implements java.io.Serializable

Payload for an RPC-style call.

See Also:
Serialized Form

Constructor Summary
ReplyPayload(java.lang.Object value)
           
 
Method Summary
 java.lang.Object getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplyPayload

public ReplyPayload(java.lang.Object value)
Method Detail

getValue

public java.lang.Object getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object