| 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.bootstrap | |
| org.mule.config.builders | |
| org.mule.context | |
| org.mule.transport.polling.watermark | |
| org.mule.transport.polling.watermark.selector |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationBuilder |
MuleServer.createConfigurationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationBuilder.configure(MuleContext muleContext)
Will configure a MuleContext based on the configuration provided.
|
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
MuleContextFactory.createMuleContext()
Returns an existing instance of
MuleContext is one exists, otherwise a
new MuleContext instance is created with defaults. |
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 |
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. |
MuleContext |
MuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided. |
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapException
Represents exceptions during the bootstrap configuration process
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AutoConfigurationBuilder.autoConfigure(MuleContext muleContext,
ConfigResource[] resources) |
void |
AbstractConfigurationBuilder.configure(MuleContext muleContext)
Will configure a MuleContext object based on the builders configuration settings.
|
void |
AbstractResourceConfigurationBuilder.configure(MuleContext muleContext)
Override to check for existence of configResouce before invocation, and set
resources n configuration afterwards.
|
protected void |
AutoConfigurationBuilder.doConfigure(MuleContext muleContext) |
protected ConfigResource[] |
AbstractResourceConfigurationBuilder.loadConfigResources(String[] configs) |
| Constructor and Description |
|---|
AbstractResourceConfigurationBuilder(String configResources) |
AbstractResourceConfigurationBuilder(String[] configResources) |
AutoConfigurationBuilder(String resource) |
AutoConfigurationBuilder(String[] resources) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
DefaultMuleContextFactory.createMuleContext()
Use default ConfigurationBuilder, default MuleContextBuilder
|
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.
|
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(MuleContextBuilder muleContextBuilder)
Use default ConfigurationBuilder
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(String resource)
Creates a new
MuleContext instance from the resource provided. |
MuleContext |
DefaultMuleContextFactory.createMuleContext(String configResources,
Properties properties)
Creates a new
MuleContext instance from the resource provided. |
protected MuleContext |
DefaultMuleContextFactory.doCreateMuleContext(MuleContextBuilder muleContextBuilder,
org.mule.context.DefaultMuleContextFactory.ContextConfigurator configurator) |
| Modifier and Type | Method and Description |
|---|---|
MuleEvent |
WatermarkPollingInterceptor.prepareRouting(MuleEvent sourceEvent,
MuleEvent event)
Watermark route preparation carries the value from the source event to the
flow event
|
| Modifier and Type | Method and Description |
|---|---|
MuleEvent |
SelectorWatermarkPollingInterceptor.prepareRouting(MuleEvent sourceEvent,
MuleEvent event)
Watermark route preparation carries the value from the source event to the
flow event
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.