public interface Domain extends Artifact<DomainDescriptor>
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 | Field and Description |
---|---|
static String |
DOMAIN_CONFIG_FILE_LOCATION
Domain configuration file name
|
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, getDescriptor, getResourceFiles, init, install, start, stop
static final String DOMAIN_CONFIG_FILE_LOCATION
boolean containsSharedResources()
MuleContext getMuleContext()
getMuleContext
in interface Artifact<DomainDescriptor>
ConfigurationBuilder 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.Exception
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.