Class ComponentXmlParser


  • @Deprecated
    public class ComponentXmlParser
    extends java.lang.Object
    Deprecated.
    Use XML support in the Spring extension instead.
    Parser for component XML configuration.
    Author:
    Jerome Louvel
    See Also:
    Component
    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentXmlParser​(org.restlet.Component component, org.restlet.representation.Representation xmlConfiguration)
      Deprecated.
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void parse()
      Deprecated.
      Parse a configuration file and update the component's configuration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComponentXmlParser

        public ComponentXmlParser​(org.restlet.Component component,
                                  org.restlet.representation.Representation xmlConfiguration)
        Deprecated.
        Constructor.
        Parameters:
        component - The component to update.
        xmlConfiguration - The XML configuration to parse.
    • Method Detail

      • parse

        public void parse()
        Deprecated.
        Parse a configuration file and update the component's configuration.