|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionConfig | |
---|---|
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.config.spring.factories | |
org.mule.endpoint | Implemtation of Mule endpoint uris. |
org.mule.processor | |
org.mule.routing.outbound | Outbound router implementation as described in the Enterprise Integration Patterns book. |
org.mule.transaction | Contains the core transaction support classes and exception types. |
Uses of TransactionConfig in org.mule.api.endpoint |
---|
Methods in org.mule.api.endpoint that return TransactionConfig | |
---|---|
TransactionConfig |
ImmutableEndpoint.getTransactionConfig()
Returns the transaction configuration for this endpoint |
Methods in org.mule.api.endpoint with parameters of type TransactionConfig | |
---|---|
void |
EndpointBuilder.setTransactionConfig(TransactionConfig transactionConfig)
|
Uses of TransactionConfig in org.mule.api.routing |
---|
Methods in org.mule.api.routing with parameters of type TransactionConfig | |
---|---|
void |
OutboundRouter.setTransactionConfig(TransactionConfig transactionConfig)
|
Uses of TransactionConfig in org.mule.config.i18n |
---|
Methods in org.mule.config.i18n with parameters of type TransactionConfig | |
---|---|
static Message |
CoreMessages.errorInvokingMessageProcessorWithinTransaction(MessageProcessor processor,
TransactionConfig transactionConfig)
|
Uses of TransactionConfig in org.mule.config.spring.factories |
---|
Fields in org.mule.config.spring.factories declared as TransactionConfig | |
---|---|
protected TransactionConfig |
TransactionalMessageProcessorsFactoryBean.transactionConfig
|
Methods in org.mule.config.spring.factories with parameters of type TransactionConfig | |
---|---|
void |
TransactionalMessageProcessorsFactoryBean.setTransactionConfig(TransactionConfig transactionConfig)
|
Uses of TransactionConfig in org.mule.endpoint |
---|
Fields in org.mule.endpoint declared as TransactionConfig | |
---|---|
protected TransactionConfig |
AbstractEndpointBuilder.transactionConfig
|
Methods in org.mule.endpoint that return TransactionConfig | |
---|---|
protected TransactionConfig |
AbstractEndpointBuilder.getDefaultTransactionConfig()
|
TransactionConfig |
DynamicURIInboundEndpoint.getTransactionConfig()
|
TransactionConfig |
DynamicURIOutboundEndpoint.getTransactionConfig()
|
protected TransactionConfig |
AbstractEndpointBuilder.getTransactionConfig()
|
TransactionConfig |
AbstractEndpoint.getTransactionConfig()
|
Methods in org.mule.endpoint with parameters of type TransactionConfig | |
---|---|
void |
AbstractEndpointBuilder.setTransactionConfig(TransactionConfig transactionConfig)
|
Constructors in org.mule.endpoint with parameters of type TransactionConfig | |
---|---|
AbstractEndpoint(Connector connector,
EndpointURI endpointUri,
java.lang.String name,
java.util.Map properties,
TransactionConfig transactionConfig,
boolean deleteUnacceptedMessages,
MessageExchangePattern messageExchangePattern,
int responseTimeout,
java.lang.String initialState,
java.lang.String endpointEncoding,
java.lang.String endpointBuilderName,
MuleContext muleContext,
RetryPolicyTemplate retryPolicyTemplate,
EndpointMessageProcessorChainFactory messageProcessorsFactory,
java.util.List<MessageProcessor> messageProcessors,
java.util.List<MessageProcessor> responseMessageProcessors,
boolean disableTransportTransformer,
java.lang.String endpointMimeType)
|
|
DefaultInboundEndpoint(Connector connector,
EndpointURI endpointUri,
java.lang.String name,
java.util.Map properties,
TransactionConfig transactionConfig,
boolean deleteUnacceptedMessage,
MessageExchangePattern messageExchangePattern,
int responseTimeout,
java.lang.String initialState,
java.lang.String endpointEncoding,
java.lang.String endpointBuilderName,
MuleContext muleContext,
RetryPolicyTemplate retryPolicyTemplate,
EndpointMessageProcessorChainFactory messageProcessorsFactory,
java.util.List<MessageProcessor> messageProcessors,
java.util.List<MessageProcessor> responseMessageProcessors,
boolean disableTransportTransformer,
java.lang.String mimeType)
|
|
DefaultOutboundEndpoint(Connector connector,
EndpointURI endpointUri,
java.lang.String name,
java.util.Map properties,
TransactionConfig transactionConfig,
boolean deleteUnacceptedMessage,
MessageExchangePattern messageExchangePattern,
int responseTimeout,
java.lang.String initialState,
java.lang.String endpointEncoding,
java.lang.String endpointBuilderName,
MuleContext muleContext,
RetryPolicyTemplate retryPolicyTemplate,
java.lang.String responsePropertiesList,
EndpointMessageProcessorChainFactory messageProcessorsFactory,
java.util.List<MessageProcessor> messageProcessors,
java.util.List<MessageProcessor> responseMessageProcessors,
boolean disableTransportTransformer,
java.lang.String endpointMimeType)
|
Uses of TransactionConfig in org.mule.processor |
---|
Fields in org.mule.processor declared as TransactionConfig | |
---|---|
protected TransactionConfig |
TransactionalInterceptingMessageProcessor.transactionConfig
|
Constructors in org.mule.processor with parameters of type TransactionConfig | |
---|---|
TransactionalInterceptingMessageProcessor(TransactionConfig transactionConfig)
|
Uses of TransactionConfig in org.mule.routing.outbound |
---|
Fields in org.mule.routing.outbound declared as TransactionConfig | |
---|---|
protected TransactionConfig |
AbstractOutboundRouter.transactionConfig
|
Methods in org.mule.routing.outbound that return TransactionConfig | |
---|---|
TransactionConfig |
AbstractOutboundRouter.getTransactionConfig()
|
Methods in org.mule.routing.outbound with parameters of type TransactionConfig | |
---|---|
void |
AbstractOutboundRouter.setTransactionConfig(TransactionConfig transactionConfig)
|
Uses of TransactionConfig in org.mule.transaction |
---|
Classes in org.mule.transaction that implement TransactionConfig | |
---|---|
class |
MuleTransactionConfig
MuleTransactionConfig defines transaction configuration for a
transactional endpoint. |
Constructors in org.mule.transaction with parameters of type TransactionConfig | |
---|---|
TransactionTemplate(TransactionConfig config,
MuleContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |