public class XmlApplicationParser extends Object
ConfigLine
objects.
It uses the SPI interface XmlNamespaceInfoProvider to locate for all namespace info provided and normalize the
namespace from the XML document.
| Constructor and Description |
|---|
XmlApplicationParser(List<XmlNamespaceInfoProvider> namespaceInfoProviders) |
XmlApplicationParser(ServiceRegistry serviceRegistry,
List<ClassLoader> pluginsClassLoaders) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNormalizedNamespace(String namespaceUri,
String namespacePrefix) |
Optional<ConfigLine> |
parse(Element configElement) |
public XmlApplicationParser(ServiceRegistry serviceRegistry, List<ClassLoader> pluginsClassLoaders)
public XmlApplicationParser(List<XmlNamespaceInfoProvider> namespaceInfoProviders)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.