Liferay 6.1.2-ce-ga3

com.liferay.portal.jsonwebservice
Class JSONWebServiceActionImpl

java.lang.Object
  extended by com.liferay.portal.jsonwebservice.JSONWebServiceActionImpl
All Implemented Interfaces:
JSONWebServiceAction

public class JSONWebServiceActionImpl
extends Object
implements JSONWebServiceAction


Constructor Summary
JSONWebServiceActionImpl(JSONWebServiceActionConfig jsonWebServiceActionConfig, JSONWebServiceActionParameters jsonWebServiceActionParameters)
           
 
Method Summary
 JSONWebServiceActionMapping getJSONWebServiceActionMapping()
           
 Object invoke()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONWebServiceActionImpl

public JSONWebServiceActionImpl(JSONWebServiceActionConfig jsonWebServiceActionConfig,
                                JSONWebServiceActionParameters jsonWebServiceActionParameters)
Method Detail

getJSONWebServiceActionMapping

public JSONWebServiceActionMapping getJSONWebServiceActionMapping()
Specified by:
getJSONWebServiceActionMapping in interface JSONWebServiceAction

invoke

public Object invoke()
              throws Exception
Specified by:
invoke in interface JSONWebServiceAction
Throws:
Exception

Liferay 6.1.2-ce-ga3