org.apache.camel.component.xquery
Class XQueryAnnotationExpressionFactory
java.lang.Object
org.apache.camel.component.bean.DefaultAnnotationExpressionFactory
org.apache.camel.component.xquery.XQueryAnnotationExpressionFactory
- All Implemented Interfaces:
- AnnotationExpressionFactory
public class XQueryAnnotationExpressionFactory
- extends DefaultAnnotationExpressionFactory
- Version:
- $Revision: 389 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XQueryAnnotationExpressionFactory
public XQueryAnnotationExpressionFactory()
createExpression
public Expression createExpression(CamelContext camelContext,
Annotation annotation,
LanguageAnnotation languageAnnotation,
Class expressionReturnType)
- Specified by:
createExpression in interface AnnotationExpressionFactory- Overrides:
createExpression in class DefaultAnnotationExpressionFactory
Apache CAMEL