org.exist.xmlrpc
Class RpcServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.xmlrpc.webserver.XmlRpcServlet
              extended by org.exist.xmlrpc.RpcServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class RpcServlet
extends org.apache.xmlrpc.webserver.XmlRpcServlet

See Also:
Serialized Form

Constructor Summary
RpcServlet()
           
 
Method Summary
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.apache.xmlrpc.webserver.XmlRpcServlet
getAuthenticationHandler, getRequestProcessorFactoryFactory, getTypeConverterFactory, getXmlRpcServletServer, init, log, log, setAuthenticationHandler, setRequestProcessorFactoryFactory, setTypeConverterFactory
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcServlet

public RpcServlet()
Method Detail

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws IOException,
                   ServletException
Overrides:
doPost in class org.apache.xmlrpc.webserver.XmlRpcServlet
Throws:
IOException
ServletException


Copyright (C) Wolfgang Meier. All rights reserved.