| Modifier and Type | Interface and Description |
|---|---|
interface |
ParentMuleContextAwareConfigurationBuilder
Configuration builders that implements this interface will receive a reference to the context of the domain they belong to.
|
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
MuleContextFactory.createMuleContext(ConfigurationBuilder... configurationBuilders)
Creates a new MuleContext using the given configurationBuilder
|
MuleContext |
MuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and configures it with the list of configuration
builder and c onfigures it with configurationBuilder |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
MuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and configures it with the list of configuration
builders. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigurationBuilder
A support class for
ConfigurationBuilder implementations that handles the logic of
creating config arrays and Properties arguments |
class |
AbstractResourceConfigurationBuilder
Abstract
ConfigurationBuilder implementation used for ConfigurationBuider's that use one of more configuration
resources of the same type that are defined using strings or ConfigResource objects. |
class |
AutoConfigurationBuilder
Configures Mule from a configuration resource or comma seperated list of configuration resources by auto-detecting the
ConfigurationBuilder to use for each resource.
|
class |
DefaultsConfigurationBuilder
Configures defaults required by Mule.
|
class |
SimpleConfigurationBuilder
This simple ConfgurationBuilder implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.api.i18n.I18nMessage |
CoreMessages.configurationBuilderError(ConfigurationBuilder configurationBuilder) |
static org.mule.runtime.api.i18n.I18nMessage |
CoreMessages.configurationBuilderSuccess(ConfigurationBuilder configurationBuilder,
int numResources) |
static org.mule.runtime.api.i18n.I18nMessage |
CoreMessages.configurationBuilderSuccess(ConfigurationBuilder configurationBuilder,
String resources) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder... configurationBuilders)
Creates a MuleContext using a default MuleContextBuilder
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and configures it with the list of configuration
builder and c onfigures it with configurationBuilder |
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
Properties properties)
Creates a new MuleContext using the given configurationBuilder.
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
Properties properties,
MuleConfiguration configuration)
Creates a new MuleContext using the given configurationBuilder and configuration.
|
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
DefaultMuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and configures it with the list of configuration
builders. |
MuleContext |
DefaultMuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders,
Properties properties)
Creates a new MuleContext using the given configurationBuilder.
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders,
Properties properties,
MuleConfiguration configuration)
Creates a new MuleContext using the given configurationBuilder and configuration.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.