Uses of Class
org.apache.camel.spring.xml.SpringErrorHandlerType
-
Packages that use SpringErrorHandlerType Package Description org.apache.camel.spring.xml -
-
Uses of SpringErrorHandlerType in org.apache.camel.spring.xml
Methods in org.apache.camel.spring.xml that return SpringErrorHandlerType Modifier and Type Method Description SpringErrorHandlerTypeSpringErrorHandlerDefinition. getType()static SpringErrorHandlerTypeSpringErrorHandlerType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpringErrorHandlerType[]SpringErrorHandlerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.spring.xml with parameters of type SpringErrorHandlerType Modifier and Type Method Description voidSpringErrorHandlerDefinition. setType(SpringErrorHandlerType type)The type of the error handler
-