Liferay 6.2-ce-ga5

com.liferay.portal.jsonwebservice.action
Class JSONWebServiceInvokerAction.InvokerResult

java.lang.Object
  extended by com.liferay.portal.jsonwebservice.action.JSONWebServiceInvokerAction.InvokerResult
All Implemented Interfaces:
JSONSerializable
Enclosing class:
JSONWebServiceInvokerAction

public class JSONWebServiceInvokerAction.InvokerResult
extends Object
implements JSONSerializable


Constructor Summary
JSONWebServiceInvokerAction.InvokerResult(Object result)
           
 
Method Summary
protected  JSONSerializer createJSONSerializer()
           
 JSONWebServiceInvokerAction getJSONWebServiceInvokerAction()
           
 Object getResult()
           
 String toJSONString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONWebServiceInvokerAction.InvokerResult

public JSONWebServiceInvokerAction.InvokerResult(Object result)
Method Detail

getJSONWebServiceInvokerAction

public JSONWebServiceInvokerAction getJSONWebServiceInvokerAction()

toJSONString

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

getResult

public Object getResult()

createJSONSerializer

protected JSONSerializer createJSONSerializer()

Liferay 6.2-ce-ga5