Package | Description |
---|---|
org.apache.camel.cdi.xml |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
Modifier and Type | Method and Description |
---|---|
List<ErrorHandlerDefinition> |
CamelContextFactoryBean.getErrorHandlers() |
List<ErrorHandlerDefinition> |
ApplicationContextFactoryBean.getErrorHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
CamelContextFactoryBean.setErrorHandlers(List<ErrorHandlerDefinition> errorHandlers) |
void |
ApplicationContextFactoryBean.setErrorHandlers(List<ErrorHandlerDefinition> errorHandlers) |
Apache Camel