Liferay 7.0-ce-b8 portal-impl

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

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

public class JSONWebServiceInvokerAction.InvokerResult
extends Object
implements com.liferay.portal.kernel.json.JSONSerializable


Constructor Summary
JSONWebServiceInvokerAction.InvokerResult(Object result)
           
 
Method Summary
protected  com.liferay.portal.kernel.json.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()

getResult

public Object getResult()

toJSONString

public String toJSONString()
Specified by:
toJSONString in interface com.liferay.portal.kernel.json.JSONSerializable

createJSONSerializer

protected com.liferay.portal.kernel.json.JSONSerializer createJSONSerializer()

Liferay 7.0-ce-b8 portal-impl