org.apache.camel.component.bean
Interface AnnotationExpressionFactory

All Known Implementing Classes:
DefaultAnnotationExpressionFactory, XPathAnnotationExpressionFactory

public interface AnnotationExpressionFactory

A factory which creates an Expression object from an annotation on a field, property or method parameter of a specified type.

Version:
$Revision: 36321 $

Method Summary
 Expression createExpression(CamelContext camelContext, Annotation annotation, LanguageAnnotation languageAnnotation, Class expressionReturnType)
           
 

Method Detail

createExpression

Expression createExpression(CamelContext camelContext,
                            Annotation annotation,
                            LanguageAnnotation languageAnnotation,
                            Class expressionReturnType)


Copyright © 2008 IONA Open Source Community. All Rights Reserved.