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 request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected java.lang.String |
getToken(javax.servlet.http.HttpServletRequest request) |
protected com.liferay.portal.kernel.xmlrpc.Response |
invokeMethod(long companyId,
java.lang.String token,
java.lang.String methodName,
java.lang.Object[] arguments) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
doGet in class javax.servlet.http.HttpServletjava.io.IOExceptionjavax.servlet.ServletExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
doPost in class javax.servlet.http.HttpServletprotected java.lang.String getToken(javax.servlet.http.HttpServletRequest request)
protected com.liferay.portal.kernel.xmlrpc.Response invokeMethod(long companyId,
java.lang.String token,
java.lang.String methodName,
java.lang.Object[] arguments)
throws com.liferay.portal.kernel.xmlrpc.XmlRpcException
com.liferay.portal.kernel.xmlrpc.XmlRpcException