com.xpn.xwiki.xmlrpc
Class XWikiXmlRpcServlet

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

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

This is the XMLRPC Servlet that is used as a gateway for serving XMLRPC requests.

Version:
$Id: f3a843b811a9a4fafabc8405b2bd6ae3871de126 $
See Also:
Serialized Form

Constructor Summary
XWikiXmlRpcServlet()
           
 
Method Summary
protected  org.apache.xmlrpc.server.PropertyHandlerMapping newPropertyHandlerMapping(URL url)
           
 
Methods inherited from class org.apache.xmlrpc.webserver.XmlRpcServlet
doPost, getAuthenticationHandler, getRequestProcessorFactoryFactory, getTypeConverterFactory, getXmlRpcServletServer, init, log, log, newXmlRpcHandlerMapping, newXmlRpcServer, setAuthenticationHandler, setRequestProcessorFactoryFactory, setTypeConverterFactory
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiXmlRpcServlet

public XWikiXmlRpcServlet()
Method Detail

newPropertyHandlerMapping

protected org.apache.xmlrpc.server.PropertyHandlerMapping newPropertyHandlerMapping(URL url)
                                                                             throws IOException,
                                                                                    org.apache.xmlrpc.XmlRpcException
Overrides:
newPropertyHandlerMapping in class org.apache.xmlrpc.webserver.XmlRpcServlet
Throws:
IOException
org.apache.xmlrpc.XmlRpcException


Copyright © 2004–2014 XWiki. All rights reserved.