com.googlecode.xremoting.core.message
Class Result

java.lang.Object
  extended by com.googlecode.xremoting.core.message.Result
All Implemented Interfaces:
Serializable

public class Result
extends Object
implements Serializable

Value object for invocation result (i.e. it's used to pass back returned value).

Author:
Roman Puchkovskiy
See Also:
Serialized Form

Constructor Summary
Result()
           
Result(Object object)
           
 
Method Summary
 Object getObject()
           
 void setObject(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result()

Result

public Result(Object object)
Method Detail

getObject

public Object getObject()

setObject

public void setObject(Object object)


Copyright © 2013. All Rights Reserved.