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