|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
org.apache.camel.processor.exceptionpolicy | Exception policy startegies for Dead Letter Channel pattern. |
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)
Attempts to find the best suited ExceptionType to be used for handling the given thrown exception. |
Methods in org.apache.camel.processor with parameters of type ExceptionType | |
---|---|
void |
ErrorHandlerSupport.addExceptionPolicy(ExceptionType exception)
|
Uses of ExceptionType in org.apache.camel.processor.exceptionpolicy |
---|
Methods in org.apache.camel.processor.exceptionpolicy that return ExceptionType | |
---|---|
ExceptionType |
DefaultExceptionPolicyStrategy.getExceptionPolicy(Map<Class,ExceptionType> exceptionPolicices,
Exchange exchange,
Throwable exception)
|
ExceptionType |
ExceptionPolicyStrategy.getExceptionPolicy(Map<Class,ExceptionType> exceptionPolicices,
Exchange exchange,
Throwable exception)
Resolves the ExceptionType that should handle the thrown exception. |
Method parameters in org.apache.camel.processor.exceptionpolicy with type arguments of type ExceptionType | |
---|---|
ExceptionType |
DefaultExceptionPolicyStrategy.getExceptionPolicy(Map<Class,ExceptionType> exceptionPolicices,
Exchange exchange,
Throwable exception)
|
ExceptionType |
ExceptionPolicyStrategy.getExceptionPolicy(Map<Class,ExceptionType> exceptionPolicices,
Exchange exchange,
Throwable exception)
Resolves the ExceptionType that should handle the thrown exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |