Liferay 6.1.2-ce-ga3

com.liferay.portal.jsonwebservice
Class JSONRPCRequest

java.lang.Object
  extended by com.liferay.portal.jsonwebservice.JSONRPCRequest

public class JSONRPCRequest
extends Object


Constructor Summary
JSONRPCRequest()
           
 
Method Summary
static JSONRPCRequest detectJSONRPCRequest(javax.servlet.http.HttpServletRequest request)
           
 Integer getId()
           
 String getJsonrpc()
           
 String getMethod()
           
 String getParameter(String name)
           
 Set<String> getParameterNames()
           
 void setId(Integer id)
           
 void setJsonrpc(String jsonrpc)
           
 void setMethod(String method)
           
 void setParameters(Map<String,?> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONRPCRequest

public JSONRPCRequest()
Method Detail

detectJSONRPCRequest

public static JSONRPCRequest detectJSONRPCRequest(javax.servlet.http.HttpServletRequest request)

getId

public Integer getId()

getJsonrpc

public String getJsonrpc()

getMethod

public String getMethod()

getParameter

public String getParameter(String name)

getParameterNames

public Set<String> getParameterNames()

setId

public void setId(Integer id)

setJsonrpc

public void setJsonrpc(String jsonrpc)

setMethod

public void setMethod(String method)

setParameters

public void setParameters(Map<String,?> parameters)

Liferay 6.1.2-ce-ga3