| Package | Description |
|---|---|
| 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.transaction | |
| org.mule.processor | |
| org.mule.transaction |
Contains the core transaction support classes and exception types.
|
| org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionFactory |
SingleResourceTransactionFactoryManager.getTransactionFactoryFor(Class type) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleResourceTransactionFactoryManager.registerTransactionFactory(Class supportedType,
TransactionFactory transactionFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalTransactionAwareTransactionFactory
ExternalTransactionAwareTransactionFactory creates a transaction, possibly representing a transaction
started outside Mule. |
interface |
UniversalTransactionFactory
A factory than can create both bound and unbound transactions
|
| Modifier and Type | Method and Description |
|---|---|
TransactionFactory |
TransactionConfig.getFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionConfig.setFactory(TransactionFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateTransactionFactory
Transaction factory for DelegateTransaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XaTransactionFactory
XaTransactionFactory Is used to create/retrieve a Transaction from
a transaction manager configured on the MuleManager. |
| Modifier and Type | Method and Description |
|---|---|
TransactionFactory |
MuleTransactionConfig.getFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleTransactionConfig.setFactory(TransactionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
TransactionFactory |
DefaultTransportServiceDescriptor.createTransactionFactory() |
TransactionFactory |
TransportServiceDescriptor.createTransactionFactory() |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.