Uses of Class
org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
-
Packages that use TransactionErrorHandlerDefinition Package Description org.apache.camel.builder org.apache.camel.model.errorhandler The JAXB POJOs for the Error Handler. -
-
Uses of TransactionErrorHandlerDefinition in org.apache.camel.builder
Subclasses of TransactionErrorHandlerDefinition in org.apache.camel.builder Modifier and Type Class Description classJtaTransactionErrorHandlerBuilderJTA transaction error handler as a builder.classSpringTransactionErrorHandlerBuilderSpring transaction error handler as a builder. -
Uses of TransactionErrorHandlerDefinition in org.apache.camel.model.errorhandler
Subclasses of TransactionErrorHandlerDefinition in org.apache.camel.model.errorhandler Modifier and Type Class Description classJtaTransactionErrorHandlerDefinitionJTA based transactional error handler (requires camel-jta).classSpringTransactionErrorHandlerDefinitionSpring based transactional error handler (requires camel-spring).Methods in org.apache.camel.model.errorhandler that return TransactionErrorHandlerDefinition Modifier and Type Method Description TransactionErrorHandlerDefinitionTransactionErrorHandlerDefinition. rollbackLoggingLevel(String rollbackLoggingLevel)Sets the logging level to use for logging transactional rollback.TransactionErrorHandlerDefinitionTransactionErrorHandlerDefinition. rollbackLoggingLevel(org.apache.camel.LoggingLevel rollbackLoggingLevel)Sets the logging level to use for logging transactional rollback.TransactionErrorHandlerDefinitionTransactionErrorHandlerDefinition. transactedPolicy(Object transactedPolicy)The transacted policy to use that is configured for either Spring or JTA based transactions.TransactionErrorHandlerDefinitionTransactionErrorHandlerDefinition. transactedPolicyRef(String transactedPolicyRef)References to the transacted policy to use that is configured for either Spring or JTA based transactions.Methods in org.apache.camel.model.errorhandler with parameters of type TransactionErrorHandlerDefinition Modifier and Type Method Description protected voidTransactionErrorHandlerDefinition. cloneBuilder(TransactionErrorHandlerDefinition other)
-