| Package | Description |
|---|---|
| org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
| org.mule.api.config | |
| org.mule.api.context |
Mule Context APIs, including the MuleContext, agent and server event interfaces
|
| org.mule.config.builders | |
| org.mule.config.i18n |
Internationalisation support for Mule messages and exception messages.
|
| org.mule.context |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationBuilder |
MuleServer.createConfigurationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MuleServer.addAnnotationsConfigBuilder(List<ConfigurationBuilder> builders)
If the annotations module is on the classpath, add the annotations config builder to the
list.
|
protected void |
MuleServer.addStartupPropertiesConfigBuilder(List<ConfigurationBuilder> builders) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainMuleContextAwareConfigurationBuilder
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 configurationBuilder)
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 |
ExtensionsManagerConfigurationBuilder
Implementation of
ConfigurationBuilder
that register a ExtensionManager if
it's present in the classpath |
class |
SimpleConfigurationBuilder
This simple ConfgurationBuilder implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static Message |
CoreMessages.configurationBuilderError(ConfigurationBuilder configurationBuilder) |
static Message |
CoreMessages.configurationBuilderSuccess(ConfigurationBuilder configurationBuilder,
int numResources) |
static Message |
CoreMessages.configurationBuilderSuccess(ConfigurationBuilder configurationBuilder,
String resources) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder)
Use 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. |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.