Class XmlRpcServlet

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form