public class SpringArtifactContext extends Object implements ArtifactContext
Artifact that contains configuration.
This object holds the created MuleContext and the MuleArtifactContext which holds the information related to
the application configuration and resources.| Constructor and Description |
|---|
SpringArtifactContext(MuleArtifactContext muleArtifactContext)
Creates an
ArtifactContext. |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.ast.api.ArtifactAst |
getArtifactAst() |
MuleContext |
getMuleContext() |
org.mule.runtime.api.artifact.Registry |
getRegistry() |
public SpringArtifactContext(MuleArtifactContext muleArtifactContext)
ArtifactContext.muleArtifactContext - the artifact context.public MuleContext getMuleContext()
getMuleContext in interface ArtifactContextMuleContextpublic org.mule.runtime.api.artifact.Registry getRegistry()
getRegistry in interface ArtifactContextpublic org.mule.runtime.ast.api.ArtifactAst getArtifactAst()
getArtifactAst in interface ArtifactContextCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.