Liferay 6.1.2-ce-ga3

com.liferay.portal.jsonwebservice
Class JSONRPCResponse

java.lang.Object
  extended by com.liferay.portal.jsonwebservice.JSONRPCResponse
All Implemented Interfaces:
JSONSerializable

public class JSONRPCResponse
extends Object
implements JSONSerializable


Nested Class Summary
 class JSONRPCResponse.Error
           
 
Constructor Summary
JSONRPCResponse(JSONRPCRequest jsonRPCRequest, Object result, Exception exception)
           
 
Method Summary
 String toJSONString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONRPCResponse

public JSONRPCResponse(JSONRPCRequest jsonRPCRequest,
                       Object result,
                       Exception exception)
Method Detail

toJSONString

public String toJSONString()
Specified by:
toJSONString in interface JSONSerializable

Liferay 6.1.2-ce-ga3