Uses of Class
org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
-
Packages that use ErrorHandlerRefDefinition Package Description org.apache.camel.builder org.apache.camel.model.errorhandler The JAXB POJOs for the Error Handler. -
-
Uses of ErrorHandlerRefDefinition in org.apache.camel.builder
Subclasses of ErrorHandlerRefDefinition in org.apache.camel.builder Modifier and Type Class Description classRefErrorHandlerBuilderRef error handler as a builder. -
Uses of ErrorHandlerRefDefinition in org.apache.camel.model.errorhandler
Methods in org.apache.camel.model.errorhandler that return ErrorHandlerRefDefinition Modifier and Type Method Description ErrorHandlerRefDefinitionErrorHandlerRefDefinition. ref(String ref)References to an existing or custom error handler.
-