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 |
|---|---|
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 ArtifactContextCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.