Class XmlRpcServlet

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

public class XmlRpcServlet extends javax.servlet.http.HttpServlet

A default servlet implementation The typical use would be to derive a subclass, which is overwriting at least the method newXmlRpcHandlerMapping().

The servlet accepts the following init parameters:

NameDescription
enabledForExtensionsSets the value XmlRpcConfig.isEnabledForExtensions() to true.

See Also: