Liferay 6.1.2-ce-ga3

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


Method Summary
 Object getResult()
           
 String toJSONString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toJSONString

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

getResult

public Object getResult()

Liferay 6.1.2-ce-ga3