Uses of Interface
org.apache.camel.component.bean.AnnotationExpressionFactory

Packages that use AnnotationExpressionFactory
org.apache.camel.component.bean The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO 
 

Uses of AnnotationExpressionFactory in org.apache.camel.component.bean
 

Classes in org.apache.camel.component.bean that implement AnnotationExpressionFactory
 class BeanAnnotationExpressionFactory
           
 class DefaultAnnotationExpressionFactory
          Default implementation of the AnnotationExpressionFactory.
 class XPathAnnotationExpressionFactory
          Factory for the XPath expression annotations.
 



Apache Camel