Class XmlRpcServletServer

    • Constructor Detail

      • XmlRpcServletServer

        public XmlRpcServletServer()
    • Method Detail

      • newConfig

        protected XmlRpcHttpRequestConfigImpl newConfig​(javax.servlet.http.HttpServletRequest pRequest)
        Parameters:
        pRequest - The request object.
      • execute

        public void execute​(javax.servlet.http.HttpServletRequest pRequest,
                            javax.servlet.http.HttpServletResponse pResponse)
                     throws javax.servlet.ServletException,
                            java.io.IOException
        Processes the servlet request.
        Parameters:
        pRequest - The servlet request being read.
        pResponse - The servlet response being created.
        Throws:
        java.io.IOException - Reading the request or writing the response failed.
        javax.servlet.ServletException - Processing the request failed.