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

Packages that use InterceptorType
org.apache.camel.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of InterceptorType in org.apache.camel.model
 

Subclasses of InterceptorType in org.apache.camel.model
 class InterceptorRef
           
 

Methods in org.apache.camel.model that return types with arguments of type InterceptorType
 List<InterceptorType> ProceedType.getInterceptors()
           
 List<InterceptorType> ToType.getInterceptors()
           
 List<InterceptorType> CatchType.getInterceptors()
           
 List<InterceptorType> ThrottlerType.getInterceptors()
           
 List<InterceptorType> ResequencerType.getInterceptors()
           
 List<InterceptorType> ChoiceType.getInterceptors()
           
 List<InterceptorType> ExpressionNode.getInterceptors()
           
 List<InterceptorType> ExceptionType.getInterceptors()
           
 List<InterceptorType> OutputType.getInterceptors()
           
abstract  List<InterceptorType> ProcessorType.getInterceptors()
           
 List<InterceptorType> RouteType.getInterceptors()
           
 List<InterceptorType> RoutesType.getInterceptors()
           
 

Method parameters in org.apache.camel.model with type arguments of type InterceptorType
 void ToType.setInterceptors(List<InterceptorType> interceptors)
           
 void CatchType.setInterceptors(List<InterceptorType> interceptors)
           
 void ThrottlerType.setInterceptors(List<InterceptorType> interceptors)
           
 void ResequencerType.setInterceptors(List<InterceptorType> interceptors)
           
 void ChoiceType.setInterceptors(List<InterceptorType> interceptors)
           
 void ExpressionNode.setInterceptors(List<InterceptorType> interceptors)
           
 void ExceptionType.setInterceptors(List<InterceptorType> interceptors)
           
 void OutputType.setInterceptors(List<InterceptorType> interceptors)
           
 void RouteType.setInterceptors(List<InterceptorType> interceptors)
           
 void RoutesType.setInterceptors(List<InterceptorType> interceptors)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.