|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CatchDefinition | |
---|---|
org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
Uses of CatchDefinition in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return CatchDefinition | |
---|---|
CatchDefinition |
CatchDefinition.exceptionClasses(Class exception)
Sets the exception class that the CatchType want to catch |
CatchDefinition |
CatchDefinition.exceptionClasses(List<Class> exceptionClasses)
Sets the exceptionClasses of the CatchType |
CatchDefinition |
CatchDefinition.handled(boolean handled)
Sets whether the exchange should be marked as handled or not. |
CatchDefinition |
CatchDefinition.handled(Expression handled)
Sets whether the exchange should be marked as handled or not. |
CatchDefinition |
CatchDefinition.handled(Predicate handled)
Sets whether the exchange should be marked as handled or not. |
CatchDefinition |
CatchDefinition.onWhen(Predicate predicate)
Sets an additional predicate that should be true before the onCatch is triggered. |
Methods in org.apache.camel.model that return types with arguments of type CatchDefinition | |
---|---|
List<CatchDefinition> |
TryDefinition.getCatchClauses()
|
ExpressionClause<CatchDefinition> |
CatchDefinition.onWhen()
Creates an expression to configure an additional predicate that should be true before the onCatch is triggered. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |