Package org.restlet.engine.component
Class ComponentXmlParser
- java.lang.Object
-
- org.restlet.engine.component.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.
-