| Modifier and Type | Method and Description |
|---|---|
MuleConfiguration |
DefaultMuleContext.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setMuleConfiguration(MuleConfiguration muleConfiguration) |
| Constructor and Description |
|---|
DefaultMuleContext(MuleConfiguration config,
MuleContextLifecycleManager lifecycleManager,
ServerNotificationManager notificationManager)
Deprecated.
Use empty constructor instead and use setter for dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
MuleConfiguration |
MuleContext.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContextBuilder.setMuleConfiguration(MuleConfiguration muleConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
TransactionManagerFactory.create(MuleConfiguration config)
Creates of obtains the jta transaction manager to use for mule transactions
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMuleConfiguration
Configuration info.
|
| Modifier and Type | Field and Description |
|---|---|
protected MuleConfiguration |
DefaultMuleContextBuilder.config |
| Modifier and Type | Method and Description |
|---|---|
protected MuleConfiguration |
DefaultMuleContextBuilder.getMuleConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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,
Properties properties,
MuleConfiguration configuration)
Creates a new MuleContext using the given configurationBuilder and configuration.
|
void |
DefaultMuleContextBuilder.setMuleConfiguration(MuleConfiguration config) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.