public class DomainWrapper extends ArtifactWrapper<Domain> implements Domain
| Modifier | Constructor and Description |
|---|---|
protected |
DomainWrapper(Domain delegate,
DefaultDomainFactory domainFactory) |
| 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. |
void |
dispose()
Dispose the artifact.
|
MuleContext |
getMuleContext() |
getAppName, getArtifactClassLoader, getArtifactName, getDelegate, getResourceFiles, init, install, start, stop, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArtifactClassLoader, getArtifactName, getResourceFiles, init, install, start, stopprotected DomainWrapper(Domain delegate, DefaultDomainFactory domainFactory) throws IOException
IOExceptionpublic boolean containsSharedResources()
containsSharedResources in interface Domainpublic MuleContext getMuleContext()
getMuleContext in interface ArtifactgetMuleContext in interface DomaingetMuleContext in class ArtifactWrapper<Domain>public ConfigurationBuilder createApplicationConfigurationBuilder(Application application) throws Exception
DomainConfigurationBuilder for a certain application which is going to be configured
to use the correct domain.createApplicationConfigurationBuilder in interface Domainapplication - application for which the configuration builder should be created.ExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.