|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.flat502.rox.marshal.AbstractRpcResponse
public abstract class AbstractRpcResponse
An abstract implementation of the RpcResponse
interface.
This interface handles the "drudgery" of storing a return value
and the implementation of RpcResponse.getReturnValue()
.
Constructor Summary | |
---|---|
AbstractRpcResponse(java.lang.Object returnValue)
|
Method Summary | |
---|---|
java.lang.Object |
getReturnValue()
Get the return value for this method call response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.flat502.rox.marshal.RpcMethod |
---|
getContentType, marshal |
Constructor Detail |
---|
public AbstractRpcResponse(java.lang.Object returnValue)
Method Detail |
---|
public java.lang.Object getReturnValue()
RpcResponse
The range of types this method may return is dependent on the underlying implementation.
Implementations are free to return null
but, once again, whether or this is supported
is implementation-dependent.
getReturnValue
in interface RpcResponse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |