Liferay 6.1.2-ce-ga3

com.liferay.portal.xmlrpc
Class XmlRpcServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.liferay.portal.xmlrpc.XmlRpcServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class XmlRpcServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Constructor Summary
XmlRpcServlet()
           
 
Method Summary
protected  void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  Method getMethod(String token, String methodName)
           
protected  String getToken(javax.servlet.http.HttpServletRequest request)
           
protected  Response invokeMethod(long companyId, String token, String methodName, Object[] arguments)
           
static void registerMethod(Method method)
           
static void unregisterMethod(Method method)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcServlet

public XmlRpcServlet()
Method Detail

registerMethod

public static void registerMethod(Method method)

unregisterMethod

public static void unregisterMethod(Method method)

doPost

protected void doPost(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
Overrides:
doPost in class javax.servlet.http.HttpServlet

getMethod

protected Method getMethod(String token,
                           String methodName)

getToken

protected String getToken(javax.servlet.http.HttpServletRequest request)

invokeMethod

protected Response invokeMethod(long companyId,
                                String token,
                                String methodName,
                                Object[] arguments)
                         throws XmlRpcException
Throws:
XmlRpcException

Liferay 6.1.2-ce-ga3