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 |
|---|---|
ConnectivityTestingService |
getConnectivityTestingService() |
org.mule.runtime.api.metadata.MetadataService |
getMetadataService() |
MuleContext |
getMuleContext() |
public SpringArtifactContext(MuleArtifactContext muleArtifactContext)
ArtifactContext.muleArtifactContext - the artifact context.public MuleContext getMuleContext()
getMuleContext in interface ArtifactContextMuleContextpublic ConnectivityTestingService getConnectivityTestingService()
getConnectivityTestingService in interface ArtifactContextpublic org.mule.runtime.api.metadata.MetadataService getMetadataService()
getMetadataService in interface ArtifactContextMetadataService for the current Artifact.MetadataServiceCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.