public class ApplicationContextBuilder extends Object
| Constructor and Description |
|---|
ApplicationContextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addBuilders(List<org.mule.runtime.core.api.config.ConfigurationBuilder> builders) |
org.mule.runtime.core.api.MuleContext |
build() |
protected void |
configureMuleContext(org.mule.runtime.core.api.context.MuleContextBuilder contextBuilder)
Override this method to set properties of the MuleContextBuilder before it is used to create the MuleContext.
|
protected org.mule.runtime.core.api.MuleContext |
doBuildContext() |
protected org.mule.runtime.core.api.config.ConfigurationBuilder |
getAppBuilder(String[] configResource) |
ApplicationContextBuilder |
setApplicationResources(String[] applicationResources) |
ApplicationContextBuilder |
setDomainContext(org.mule.runtime.core.api.MuleContext domainContext) |
public ApplicationContextBuilder setDomainContext(org.mule.runtime.core.api.MuleContext domainContext)
public ApplicationContextBuilder setApplicationResources(String[] applicationResources)
protected org.mule.runtime.core.api.MuleContext doBuildContext()
throws Exception
Exceptionprotected void addBuilders(List<org.mule.runtime.core.api.config.ConfigurationBuilder> builders)
protected org.mule.runtime.core.api.config.ConfigurationBuilder getAppBuilder(String[] configResource) throws Exception
Exceptionprotected void configureMuleContext(org.mule.runtime.core.api.context.MuleContextBuilder contextBuilder)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.