public class JSONRPCResponse
extends java.lang.Object
implements com.liferay.portal.kernel.json.JSONSerializable
| Modifier and Type | Class and Description |
|---|---|
class |
JSONRPCResponse.Error |
| Constructor and Description |
|---|
JSONRPCResponse(JSONRPCRequest jsonRPCRequest,
java.lang.Object result,
java.lang.Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toJSONString() |
public JSONRPCResponse(JSONRPCRequest jsonRPCRequest, java.lang.Object result, java.lang.Exception exception)