Uses of Class
org.apache.camel.cdi.xml.ErrorHandlerDefinition
-
Packages that use ErrorHandlerDefinition Package Description org.apache.camel.cdi.xml The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of ErrorHandlerDefinition in org.apache.camel.cdi.xml
Methods in org.apache.camel.cdi.xml that return types with arguments of type ErrorHandlerDefinition Modifier and Type Method Description List<ErrorHandlerDefinition>
ApplicationContextFactoryBean. getErrorHandlers()
List<ErrorHandlerDefinition>
CamelContextFactoryBean. getErrorHandlers()
Method parameters in org.apache.camel.cdi.xml with type arguments of type ErrorHandlerDefinition Modifier and Type Method Description void
ApplicationContextFactoryBean. setErrorHandlers(List<ErrorHandlerDefinition> errorHandlers)
void
CamelContextFactoryBean. setErrorHandlers(List<ErrorHandlerDefinition> errorHandlers)
-