Package | Description |
---|---|
org.mule.api.endpoint |
Endpoint interfaces.
|
org.mule.api.routing |
Interfaces that define inbound and outbound routing API.
|
org.mule.config.i18n |
Internationalisation support for Mule messages and exception messages.
|
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.execution | |
org.mule.module.http.internal.listener | |
org.mule.processor | |
org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.tck.util.endpoint | |
org.mule.transaction |
Contains the core transaction support classes and exception types.
|
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
org.mule.transport.jdbc.store |
Modifier and Type | Method and Description |
---|---|
TransactionConfig |
ImmutableEndpoint.getTransactionConfig()
Returns the transaction configuration for this endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointBuilder.setTransactionConfig(TransactionConfig transactionConfig) |
Modifier and Type | Method and Description |
---|---|
void |
OutboundRouter.setTransactionConfig(TransactionConfig transactionConfig) |
Modifier and Type | Method and Description |
---|---|
static Message |
CoreMessages.errorInvokingMessageProcessorWithinTransaction(MessageProcessor processor,
TransactionConfig transactionConfig) |
Modifier and Type | Field and Description |
---|---|
protected TransactionConfig |
AbstractEndpointBuilder.transactionConfig |
Modifier and Type | Method and Description |
---|---|
protected TransactionConfig |
AbstractEndpointBuilder.getDefaultTransactionConfig() |
TransactionConfig |
DynamicURIOutboundEndpoint.getTransactionConfig() |
TransactionConfig |
DynamicOutboundEndpoint.getTransactionConfig() |
TransactionConfig |
DynamicURIInboundEndpoint.getTransactionConfig() |
protected TransactionConfig |
AbstractEndpointBuilder.getTransactionConfig() |
TransactionConfig |
AbstractEndpoint.getTransactionConfig() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpointBuilder.setTransactionConfig(TransactionConfig transactionConfig) |
Constructor and Description |
---|
AbstractEndpoint(Connector connector,
EndpointURI endpointUri,
String name,
Map properties,
TransactionConfig transactionConfig,
boolean deleteUnacceptedMessages,
MessageExchangePattern messageExchangePattern,
int responseTimeout,
String initialState,
String endpointEncoding,
String endpointBuilderName,
MuleContext muleContext,
RetryPolicyTemplate retryPolicyTemplate,
AbstractRedeliveryPolicy redeliveryPolicy,
EndpointMessageProcessorChainFactory messageProcessorsFactory,
List<MessageProcessor> messageProcessors,
List<MessageProcessor> responseMessageProcessors,
boolean disableTransportTransformer,
String endpointMimeType) |
DefaultInboundEndpoint(Connector connector,
EndpointURI endpointUri,
String name,
Map properties,
TransactionConfig transactionConfig,
boolean deleteUnacceptedMessage,
MessageExchangePattern messageExchangePattern,
int responseTimeout,
String initialState,
String endpointEncoding,
String endpointBuilderName,
MuleContext muleContext,
RetryPolicyTemplate retryPolicyTemplate,
AbstractRedeliveryPolicy redeliveryPolicy,
EndpointMessageProcessorChainFactory messageProcessorsFactory,
List<MessageProcessor> messageProcessors,
List<MessageProcessor> responseMessageProcessors,
boolean disableTransportTransformer,
String mimeType) |
DefaultOutboundEndpoint(Connector connector,
EndpointURI endpointUri,
String name,
Map properties,
TransactionConfig transactionConfig,
boolean deleteUnacceptedMessage,
MessageExchangePattern messageExchangePattern,
int responseTimeout,
String initialState,
String endpointEncoding,
String endpointBuilderName,
MuleContext muleContext,
RetryPolicyTemplate retryPolicyTemplate,
AbstractRedeliveryPolicy redeliveryPolicy,
String responsePropertiesList,
EndpointMessageProcessorChainFactory messageProcessorsFactory,
List<MessageProcessor> messageProcessors,
List<MessageProcessor> responseMessageProcessors,
boolean disableTransportTransformer,
String endpointMimeType) |
Modifier and Type | Method and Description |
---|---|
TransactionConfig |
MessageProcessContext.getTransactionConfig() |
Modifier and Type | Method and Description |
---|---|
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext,
TransactionConfig transactionConfig)
Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow using no particular exception listener.
|
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext,
TransactionConfig transactionConfig,
MessagingExceptionHandler messagingExceptionHandler)
Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow
|
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createScopeExecutionTemplate(MuleContext muleContext,
TransactionConfig transactionConfig,
MessagingExceptionHandler messagingExceptionHandler)
Creates a TransactionalErrorHandlingExecutionTemplate for inner scopes within a flow
|
static <T> TransactionalExecutionTemplate<T> |
TransactionalExecutionTemplate.createTransactionalExecutionTemplate(MuleContext muleContext,
TransactionConfig transactionConfig)
Creates a ExecutionTemplate that will manage transactional context according to configured TransactionConfig
|
Constructor and Description |
---|
IsolateCurrentTransactionInterceptor(org.mule.execution.ExecutionInterceptor<T> nextProcessingInterceptor,
TransactionConfig transactionConfig) |
SuspendXaTransactionInterceptor(org.mule.execution.ExecutionInterceptor<T> next,
TransactionConfig transactionConfig,
boolean processOnException) |
Modifier and Type | Method and Description |
---|---|
TransactionConfig |
HttpMessageProcessContext.getTransactionConfig() |
Modifier and Type | Field and Description |
---|---|
protected TransactionConfig |
EndpointTransactionalInterceptingMessageProcessor.transactionConfig |
Constructor and Description |
---|
EndpointTransactionalInterceptingMessageProcessor(TransactionConfig transactionConfig) |
Modifier and Type | Field and Description |
---|---|
protected TransactionConfig |
AbstractOutboundRouter.transactionConfig |
Modifier and Type | Method and Description |
---|---|
TransactionConfig |
AbstractOutboundRouter.getTransactionConfig() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOutboundRouter.setTransactionConfig(TransactionConfig transactionConfig) |
Modifier and Type | Method and Description |
---|---|
TransactionConfig |
InboundEndpointWrapper.getTransactionConfig() |
Modifier and Type | Class and Description |
---|---|
class |
MuleTransactionConfig
MuleTransactionConfig defines transaction configuration for a
transactional endpoint. |
Modifier and Type | Method and Description |
---|---|
TransactionConfig |
TransportMessageProcessContext.getTransactionConfig() |
Modifier and Type | Method and Description |
---|---|
TransactionConfig |
JdbcObjectStore.getTransactionConfig() |
Modifier and Type | Method and Description |
---|---|
void |
JdbcObjectStore.setTransactionConfig(TransactionConfig transactionConfig) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.