public final class XmlExtensionLoaderDelegate extends Object
ExtensionModel by scanning an XML provided in the constructor| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONFIG_NAME |
static String |
CYCLIC_OPERATIONS_ERROR |
static String |
XSD_SUFFIX |
| Constructor and Description |
|---|
XmlExtensionLoaderDelegate(String modulePath,
boolean validateXml) |
| Modifier and Type | Method and Description |
|---|---|
void |
declare(org.mule.runtime.extension.api.loader.ExtensionLoadingContext context) |
public static final String CYCLIC_OPERATIONS_ERROR
protected static final String CONFIG_NAME
public static final String XSD_SUFFIX
public XmlExtensionLoaderDelegate(String modulePath, boolean validateXml)
modulePath - relative path to a file that will be loaded from the current ClassLoader. Non null.validateXml - true if the XML of the Smart Connector must ve valid, false otherwise. It will be false at runtime, as
the packaging of a connector will previously validate it's XML.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.