| 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... 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 |
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[] artifactConfigResources,
Map<String,String> artifactProperties) |
AbstractResourceConfigurationBuilder(String artifactConfigResources,
Map<String,String> artifactProperties) |
AutoConfigurationBuilder(String[] resources,
Map<String,String> artifactProperties,
ArtifactType artifactType) |
AutoConfigurationBuilder(String resource,
Map<String,String> artifactProperties,
ArtifactType artifactType) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
DefaultMuleContextFactory.createMuleContext()
Creates a MuleContext using a ConfigurationBuilder with defaults needed for a feasible/startable MuleContext and a default
MuleContextBuilder
|
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.
|
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.
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
Creates a MuleContext using a ConfigurationBuilder with defaults needed for a feasible/startable MuleContext
|
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.runtime.core.context.DefaultMuleContextFactory.ContextConfigurator configurator) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.