public interface Domain extends Artifact
Application
A domain can just consist of a set of jar libraries to share between the domain applications or it can also contain shared
resources such as connectors or other mule components.| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSharedResources() |
ConfigurationBuilder |
createApplicationConfigurationBuilder(Application application)
Creates a
ConfigurationBuilder for a certain application which is going to be configured
to use the correct domain. |
MuleContext |
getMuleContext() |
dispose, getArtifactClassLoader, getArtifactName, getResourceFiles, init, install, start, stopboolean containsSharedResources()
MuleContext getMuleContext()
getMuleContext in interface ArtifactConfigurationBuilder createApplicationConfigurationBuilder(Application application) throws Exception
ConfigurationBuilder for a certain application which is going to be configured
to use the correct domain.application - application for which the configuration builder should be created.ExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.