Uses of Class
org.apache.camel.model.ErrorHandlerDefinition
-
Packages that use ErrorHandlerDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of ErrorHandlerDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ErrorHandlerDefinition Modifier and Type Method Description ErrorHandlerDefinitionRouteConfigurationDefinition. getErrorHandler()Methods in org.apache.camel.model with parameters of type ErrorHandlerDefinition Modifier and Type Method Description static voidRouteDefinitionHelper. prepareRoute(org.apache.camel.CamelContext context, RouteDefinition route, ErrorHandlerDefinition errorHandler, List<OnExceptionDefinition> onExceptions, List<InterceptDefinition> intercepts, List<InterceptFromDefinition> interceptFromDefinitions, List<InterceptSendToEndpointDefinition> interceptSendToEndpointDefinitions, List<OnCompletionDefinition> onCompletions)Prepares the route which supports context scoped features such as onException, interceptors and onCompletionsvoidRouteConfigurationDefinition. setErrorHandler(ErrorHandlerDefinition errorHandler)
-