| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| org.apache.camel.reifier |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.camel.spi.Policy |
TransactedReifier.resolvePolicy(org.apache.camel.spi.RouteContext routeContext,
TransactedDefinition definition) |
Apache Camel