public class XmlRpcServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
XmlRpcServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected void |
doPost(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected String |
getToken(javax.servlet.http.HttpServletRequest httpServletRequest) |
protected com.liferay.portal.kernel.xmlrpc.Response |
invokeMethod(long companyId,
String token,
String methodName,
Object[] arguments) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws IOException,
javax.servlet.ServletException
doGet in class javax.servlet.http.HttpServletIOExceptionjavax.servlet.ServletExceptionprotected void doPost(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
doPost in class javax.servlet.http.HttpServletprotected String getToken(javax.servlet.http.HttpServletRequest httpServletRequest)
protected com.liferay.portal.kernel.xmlrpc.Response invokeMethod(long companyId,
String token,
String methodName,
Object[] arguments)
throws com.liferay.portal.kernel.xmlrpc.XmlRpcException
com.liferay.portal.kernel.xmlrpc.XmlRpcException