Package org.apache.struts2.json.rpc
Class RPCResponse
java.lang.Object
org.apache.struts2.json.rpc.RPCResponse
Class that will be serialized as a response to an RPC call
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RPCResponsepublic RPCResponse()
 
- 
- 
Method Details- 
getId
- 
setId
- 
getResult
- 
setResult
- 
getError
- 
setError
- 
getDebug
- 
setDebug
 
-