|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOTransactionConfig | |
org.mule.config.builders | Various configuration builders for configuring a Mule Instance. |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.impl.endpoint | Implemtation of Mule endpoint uris. |
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. |
org.mule.umo.endpoint | Endpoint interfaces. |
org.mule.umo.routing | Interfaces that define inbound and outbound routing API. |
Uses of UMOTransactionConfig in org.mule.config.builders |
Methods in org.mule.config.builders that return UMOTransactionConfig | |
UMOTransactionConfig |
EndpointReference.getTransactionConfig()
|
Methods in org.mule.config.builders with parameters of type UMOTransactionConfig | |
void |
EndpointReference.setTransactionConfig(UMOTransactionConfig transactionConfig)
|
Uses of UMOTransactionConfig in org.mule.impl |
Classes in org.mule.impl that implement UMOTransactionConfig | |
class |
MuleTransactionConfig
MuleTransactionConfig defines transaction configuration for
a transactional endpoint. |
Fields in org.mule.impl declared as UMOTransactionConfig | |
protected UMOTransactionConfig |
ImmutableMuleEndpoint.transactionConfig
The transaction configuration for this endpoint |
Methods in org.mule.impl that return UMOTransactionConfig | |
UMOTransactionConfig |
ImmutableMuleEndpoint.getTransactionConfig()
|
Uses of UMOTransactionConfig in org.mule.impl.endpoint |
Methods in org.mule.impl.endpoint with parameters of type UMOTransactionConfig | |
void |
MuleEndpoint.setTransactionConfig(UMOTransactionConfig config)
|
Uses of UMOTransactionConfig in org.mule.routing.outbound |
Fields in org.mule.routing.outbound declared as UMOTransactionConfig | |
protected UMOTransactionConfig |
AbstractOutboundRouter.transactionConfig
|
Methods in org.mule.routing.outbound that return UMOTransactionConfig | |
UMOTransactionConfig |
AbstractOutboundRouter.getTransactionConfig()
|
Methods in org.mule.routing.outbound with parameters of type UMOTransactionConfig | |
void |
AbstractOutboundRouter.setTransactionConfig(UMOTransactionConfig transactionConfig)
|
Uses of UMOTransactionConfig in org.mule.transaction |
Constructors in org.mule.transaction with parameters of type UMOTransactionConfig | |
TransactionTemplate(UMOTransactionConfig config,
java.beans.ExceptionListener listener)
|
Uses of UMOTransactionConfig in org.mule.umo.endpoint |
Methods in org.mule.umo.endpoint that return UMOTransactionConfig | |
UMOTransactionConfig |
UMOImmutableEndpoint.getTransactionConfig()
Returns the transaction configuration for this endpoint |
UMOTransactionConfig |
UMOEndpoint.getTransactionConfig()
Returns the transaction configuration for this endpoint |
Methods in org.mule.umo.endpoint with parameters of type UMOTransactionConfig | |
void |
UMOEndpoint.setTransactionConfig(UMOTransactionConfig config)
Sets the Transaction configuration for the endpoint |
Uses of UMOTransactionConfig in org.mule.umo.routing |
Methods in org.mule.umo.routing that return UMOTransactionConfig | |
UMOTransactionConfig |
UMOOutboundRouter.getTransactionConfig()
|
Methods in org.mule.umo.routing with parameters of type UMOTransactionConfig | |
void |
UMOOutboundRouter.setTransactionConfig(UMOTransactionConfig transactionConfig)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |