Uses of Class
org.apache.camel.component.bean.DefaultAnnotationExpressionFactory

Packages that use DefaultAnnotationExpressionFactory
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 DefaultAnnotationExpressionFactory in org.apache.camel.component.bean
 

Subclasses of DefaultAnnotationExpressionFactory in org.apache.camel.component.bean
 class BeanAnnotationExpressionFactory
           
 class XPathAnnotationExpressionFactory
          Factory for the XPath expression annotations.
 



Apache Camel