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

Packages that use Interceptor
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of Interceptor in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return Interceptor
protected  Interceptor<E> RouteBuilder.createTransactionInterceptor()
          Factory method
 Interceptor<E> RouteBuilder.getTransactionInterceptor()
           
 

Methods in org.apache.camel.builder with parameters of type Interceptor
 void RouteBuilder.setTransactionInterceptor(Interceptor<E> transactionInterceptor)
          Sets the interceptor used wrap processors in a transaction
 RouteBuilder<E> RouteBuilder.transactionInterceptor(Interceptor<E> interceptor)
          Specifies the transaction interceptor to be used for routes created from this builder
 

Uses of Interceptor in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement Interceptor
 class NoInterceptor<E>
          Represents an Interceptor which adds no interceptors.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.