Uses of Interface
org.apache.camel.spi.ExceptionHandler

Packages that use ExceptionHandler
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of ExceptionHandler in org.apache.camel.component.file
 

Methods in org.apache.camel.component.file that return ExceptionHandler
 ExceptionHandler GenericFileOnCompletion.getExceptionHandler()
           
 

Methods in org.apache.camel.component.file with parameters of type ExceptionHandler
 void GenericFileOnCompletion.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 

Uses of ExceptionHandler in org.apache.camel.component.seda
 

Methods in org.apache.camel.component.seda that return ExceptionHandler
 ExceptionHandler SedaConsumer.getExceptionHandler()
           
 

Methods in org.apache.camel.component.seda with parameters of type ExceptionHandler
 void SedaConsumer.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 

Uses of ExceptionHandler in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement ExceptionHandler
 class LoggingExceptionHandler
          A default implementation of ExceptionHandler which uses a Logger to log to an arbitrary Log with some LoggingLevel
 

Methods in org.apache.camel.impl that return ExceptionHandler
 ExceptionHandler RoutePolicySupport.getExceptionHandler()
           
 ExceptionHandler PollingConsumerSupport.getExceptionHandler()
           
 ExceptionHandler DefaultConsumer.getExceptionHandler()
           
 ExceptionHandler EventDrivenPollingConsumer.getInteruptedExceptionHandler()
           
 

Methods in org.apache.camel.impl with parameters of type ExceptionHandler
 void RoutePolicySupport.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 void PollingConsumerSupport.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 void DefaultConsumer.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 void EventDrivenPollingConsumer.setInteruptedExceptionHandler(ExceptionHandler interuptedExceptionHandler)
           
 

Uses of ExceptionHandler in org.apache.camel.processor
 

Fields in org.apache.camel.processor declared as ExceptionHandler
protected  ExceptionHandler SendAsyncProcessor.exceptionHandler
           
 

Methods in org.apache.camel.processor that return ExceptionHandler
 ExceptionHandler StreamResequencer.getExceptionHandler()
          Returns this resequencer's exception handler.
 ExceptionHandler SendAsyncProcessor.getExceptionHandler()
           
 ExceptionHandler BatchProcessor.getExceptionHandler()
           
 

Methods in org.apache.camel.processor with parameters of type ExceptionHandler
 void SendAsyncProcessor.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 void BatchProcessor.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.