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 |
Providers Mule Xml configuration support and general configuration classes.
|
org.mule.config.builders | |
org.mule.config.i18n |
Internationalisation support for Mule messages and exception messages.
|
org.mule.config.spring |
Support claases for Load Mule from Spring.
|
org.mule.context | |
org.mule.module.client |
Simple interface for Mule clients to send and receive events from local or remote Mule Servers.
|
org.mule.module.guice | |
org.mule.module.launcher.application | |
org.mule.module.launcher.domain | |
org.mule.module.scripting.builders | |
org.mule.tck | |
org.mule.tck.junit4 |
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 |
AnnotationsConfigurationBuilder
Enables Mule annotation processing so that annotated objects registered with the
Mule registry will automatically be configured.
|
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.
|
class |
WebappMuleXmlConfigurationBuilder
WebappMuleXmlConfigurationBuilder will first try and load config
resources using the ServletContext and if this fails then it will attempt to load
config resource from the classpath. |
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 | Class and Description |
---|---|
class |
SpringConfigurationBuilder
Adds an existing Spring ApplicationContext to Mule's internal collection of Registries.
|
class |
SpringXmlConfigurationBuilder
SpringXmlConfigurationBuilder enables Mule to be configured from a
Spring XML Configuration file used with Mule name-spaces. |
class |
SpringXmlDomainConfigurationBuilder
Spring configuration builder used to create domains.
|
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. |
Constructor and Description |
---|
MuleClient(String configResources,
ConfigurationBuilder builder)
Configures a Mule client instance
|
MuleClient(String configResources,
ConfigurationBuilder builder,
String user,
String password)
Configures a Mule client instance
|
Modifier and Type | Class and Description |
---|---|
class |
GuiceConfigurationBuilder
Deprecated.
Guice module is deprecated and will be removed in Mule 4.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationBuilder |
DefaultMuleApplication.createConfigurationBuilderFromApplicationProperties() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultMuleApplication.addAnnotationsConfigBuilderIfPresent(List<ConfigurationBuilder> builders) |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
DefaultMuleDomain.createApplicationConfigurationBuilder(Application application) |
ConfigurationBuilder |
Domain.createApplicationConfigurationBuilder(Application application)
Creates a
ConfigurationBuilder for a certain application which is going to be configured
to use the correct domain. |
ConfigurationBuilder |
DomainWrapper.createApplicationConfigurationBuilder(Application application) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultMuleDomain.addAnnotationsConfigBuilderIfPresent(List<ConfigurationBuilder> builders) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptConfigurationBuilder
Deprecated.
This class is deprecated and will be removed in Mule 4.0
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationBuilder |
FunctionalTestCase.getBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationBuilder |
ApplicationContextBuilder.getAppBuilder(String[] configResource) |
protected ConfigurationBuilder |
FunctionalTestCase.getBuilder() |
protected ConfigurationBuilder |
DomainContextBuilder.getDomainBuilder(String configResource) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExtensionsFunctionalTestCase.addBuilders(List<ConfigurationBuilder> builders)
Adds a
ConfigurationBuilder that sets the ExtensionsFunctionalTestCase.extensionManager
into the AbstractMuleContextTestCase.muleContext . |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.