| Package | Description |
|---|---|
| org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
| org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
| org.mule.api.context |
Mule Context APIs, including the MuleContext, agent and server event interfaces
|
| org.mule.api.transaction | |
| org.mule.config |
Providers Mule Xml configuration support and general configuration classes.
|
| org.mule.context | |
| org.mule.transaction.lookup |
| Modifier and Type | Method and Description |
|---|---|
protected MuleConfiguration |
MuleServer.createMuleConfiguration() |
MuleConfiguration |
DefaultMuleContext.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setMuleConfiguration(MuleConfiguration muleConfiguration) |
| Constructor and Description |
|---|
DefaultMuleContext(MuleConfiguration config,
WorkManager workManager,
javax.resource.spi.work.WorkListener workListener,
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 | Method and Description |
|---|---|
static void |
PropertiesMuleConfigurationFactory.initializeFromProperties(MuleConfiguration configuration,
Map properties) |
| 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.
|
void |
DefaultMuleContextBuilder.setMuleConfiguration(MuleConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
GenericTransactionManagerLookupFactory.create(MuleConfiguration config) |
TransactionManager |
WebsphereTransactionManagerLookupFactory.create(MuleConfiguration config)
This constructor retrieves the WebSphere TransactionManager factory class, so
we can get access to the JTA TransactionManager.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.