| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdviceWithDefinition
Temporary model used internally by advice-with
|
class |
FinallyDefinition
Path traversed when a try, catch, finally block exits
|
class |
InterceptDefinition
Intercepts a message at each step in the route
|
class |
InterceptFromDefinition
Intercepts incoming messages
|
class |
InterceptSendToEndpointDefinition
Intercepts messages being sent to an endpoint
|
class |
MulticastDefinition
Routes the same message to multiple paths either sequentially or in parallel.
|
class |
OnFallbackDefinition
Route to be executed when Hystrix EIP executes fallback
|
class |
OtherwiseDefinition
Route to be executed when all other choices evaluate to false
|
class |
PipelineDefinition
Routes the message to a sequence of processors.
|
class |
PolicyDefinition
Defines a policy the route will use
|
class |
SagaDefinition
Enables sagas on the route
|
class |
StepDefinition
Routes the message to a sequence of processors which is grouped together as
one logical name
|
class |
TransactedDefinition
Enables transaction on the route
|
class |
TryDefinition
Marks the beginning of a try, catch, finally block
|
Apache Camel