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, service
protected void doGet(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException, javax.servlet.ServletException
doGet
in class javax.servlet.http.HttpServlet
IOException
javax.servlet.ServletException
protected void doPost(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
doPost
in class javax.servlet.http.HttpServlet
protected 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