public class DefaultXmlArtifactDeclarationLoader extends Object implements XmlArtifactDeclarationLoader
XmlArtifactDeclarationLoader| Modifier and Type | Field and Description |
|---|---|
static String |
TRANSFORM_IDENTIFIER |
| Constructor and Description |
|---|
DefaultXmlArtifactDeclarationLoader(org.mule.runtime.api.dsl.DslResolvingContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.app.declaration.api.ArtifactDeclaration |
load(InputStream configResource)
Creates an
ArtifactDeclaration from a given mule artifact XML configuration file. |
org.mule.runtime.app.declaration.api.ArtifactDeclaration |
load(String name,
InputStream configResource)
Creates an
ArtifactDeclaration from a given mule artifact XML configuration file. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultpublic static final String TRANSFORM_IDENTIFIER
public DefaultXmlArtifactDeclarationLoader(org.mule.runtime.api.dsl.DslResolvingContext context)
public org.mule.runtime.app.declaration.api.ArtifactDeclaration load(InputStream configResource)
ArtifactDeclaration from a given mule artifact XML configuration file.load in interface XmlArtifactDeclarationLoaderconfigResource - the input stream with the XML configuration content.ArtifactDeclaration that represents the given mule configuration.public org.mule.runtime.app.declaration.api.ArtifactDeclaration load(String name, InputStream configResource)
ArtifactDeclaration from a given mule artifact XML configuration file.load in interface XmlArtifactDeclarationLoadername - name of the file to display a better error messages (if there are any).configResource - the input stream with the XML configuration content.ArtifactDeclaration that represents the given mule configuration.Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.