Uses of Class
org.apache.camel.model.ExceptionType

Packages that use ExceptionType
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of ExceptionType in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return ExceptionType
 ExceptionType RouteBuilder.exception(Class exceptionType)
          Adds an exception handler route for the given exception type
 

Methods in org.apache.camel.builder with parameters of type ExceptionType
 void ErrorHandlerBuilderSupport.addErrorHandlers(ExceptionType exception)
           
 void ErrorHandlerBuilder.addErrorHandlers(ExceptionType exception)
           
 

Uses of ExceptionType in org.apache.camel.model
 

Methods in org.apache.camel.model that return ExceptionType
 ExceptionType ExceptionType.backOffMultiplier(double backOffMultiplier)
           
 ExceptionType ExceptionType.collisionAvoidanceFactor(double collisionAvoidanceFactor)
           
 ExceptionType ExceptionType.collisionAvoidancePercent(short collisionAvoidancePercent)
           
 ExceptionType RoutesType.exception(Class exceptionType)
           
 ExceptionType ProcessorType.exception(Class exceptionType)
           
 ExceptionType ExceptionType.initialRedeliveryDelay(long initialRedeliveryDelay)
           
 ExceptionType ExceptionType.maximumRedeliveries(int maximumRedeliveries)
           
 ExceptionType ExceptionType.useCollisionAvoidance()
           
 ExceptionType ExceptionType.useExponentialBackOff()
           
 

Methods in org.apache.camel.model that return types with arguments of type ExceptionType
 List<ExceptionType> RoutesType.getExceptions()
           
 

Method parameters in org.apache.camel.model with type arguments of type ExceptionType
 void RoutesType.setExceptions(List<ExceptionType> exceptions)
           
 

Uses of ExceptionType in org.apache.camel.processor
 

Methods in org.apache.camel.processor that return ExceptionType
protected  ExceptionType ErrorHandlerSupport.getExceptionPolicy(Exchange exchange, Throwable exception)
           
 

Methods in org.apache.camel.processor with parameters of type ExceptionType
 void ErrorHandlerSupport.addExceptionPolicy(ExceptionType exception)
           
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.