Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
Modifier and Type | Method and Description |
---|---|
ErrorHandlerFactory |
ExtendedCamelContext.getErrorHandlerFactory()
Gets the default error handler builder which is inherited by the routes
|
ErrorHandlerFactory |
Route.getErrorHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Route.addErrorHandler(ErrorHandlerFactory factory,
NamedNode exception)
Adds error handler for the given exception type
|
void |
Route.addErrorHandlerFactoryReference(ErrorHandlerFactory source,
ErrorHandlerFactory target)
Link the error handlers from a factory to another
|
Set<NamedNode> |
Route.getErrorHandlers(ErrorHandlerFactory factory)
Gets the error handlers
|
void |
ExtendedCamelContext.setErrorHandlerFactory(ErrorHandlerFactory errorHandlerFactory)
Sets the default error handler builder which is inherited by the routes
|
void |
Route.setErrorHandlerFactory(ErrorHandlerFactory errorHandlerFactory) |
Modifier and Type | Method and Description |
---|---|
ErrorHandlerFactory |
ModelReifierFactory.createDefaultErrorHandler() |
Modifier and Type | Method and Description |
---|---|
Processor |
ModelReifierFactory.createErrorHandler(Route route,
ErrorHandlerFactory errorHandlerFactory,
Processor processor) |
Apache Camel