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:
- org.apache.camel.component.bean.AnnotationExpressionFactory
public class XQueryAnnotationExpressionFactory
- extends org.apache.camel.component.bean.DefaultAnnotationExpressionFactory
- Version:
Method Summary |
org.apache.camel.Expression |
createExpression(org.apache.camel.CamelContext camelContext,
Annotation annotation,
org.apache.camel.language.LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType)
|
Methods inherited from class org.apache.camel.component.bean.DefaultAnnotationExpressionFactory |
getExpressionFromAnnotation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XQueryAnnotationExpressionFactory
public XQueryAnnotationExpressionFactory()
createExpression
public org.apache.camel.Expression createExpression(org.apache.camel.CamelContext camelContext,
Annotation annotation,
org.apache.camel.language.LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType)
- Specified by:
createExpression
in interface org.apache.camel.component.bean.AnnotationExpressionFactory
- Overrides:
createExpression
in class org.apache.camel.component.bean.DefaultAnnotationExpressionFactory
Apache CAMEL