| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
TryDefinition |
TryDefinition.doCatch(Class<? extends Throwable>... exceptionType)
Handles the given exception(s)
|
TryDefinition |
TryDefinition.doCatch(Class<? extends Throwable> exceptionType)
Handles the given exception
|
TryDefinition |
TryDefinition.doFinally()
The finally block for a given handle
|
TryDefinition |
ProcessorDefinition.doTry()
Creates a try/catch block
|
TryDefinition |
ProcessorDefinition.endDoTry()
Ends the current block and returns back to the
doTry() DSL. |
TryDefinition |
TryDefinition.onWhen(org.apache.camel.Predicate predicate)
Sets an additional predicate that should be true before the onCatch is
triggered.
|
Apache Camel