Uses of Class
org.apache.camel.model.TransactedDefinition

Packages that use TransactedDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of TransactedDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return TransactedDefinition
 TransactedDefinition TransactedDefinition.ref(String ref)
          Sets a reference to use for lookup the policy in the registry.
 TransactedDefinition ProcessorDefinition.transacted()
          Marks this route as transacted and uses the default transacted policy found in the registry.
 TransactedDefinition ProcessorDefinition.transacted(String ref)
          Marks this route as transacted.
 



Apache Camel