public class XPathAnnotationExpressionFactory
extends org.apache.camel.support.language.DefaultAnnotationExpressionFactory
| Constructor and Description |
|---|
XPathAnnotationExpressionFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Expression |
createExpression(org.apache.camel.CamelContext camelContext,
Annotation annotation,
org.apache.camel.support.language.LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType) |
protected org.apache.camel.support.language.NamespacePrefix[] |
getExpressionNameSpacePrefix(Annotation annotation) |
protected String |
getHeaderName(Annotation annotation)
Extracts the value of the header method in the Annotation.
|
protected Class<?> |
getResultType(Annotation annotation) |
public org.apache.camel.Expression createExpression(org.apache.camel.CamelContext camelContext,
Annotation annotation,
org.apache.camel.support.language.LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType)
createExpression in interface org.apache.camel.support.language.AnnotationExpressionFactorycreateExpression in class org.apache.camel.support.language.DefaultAnnotationExpressionFactoryprotected Class<?> getResultType(Annotation annotation)
protected org.apache.camel.support.language.NamespacePrefix[] getExpressionNameSpacePrefix(Annotation annotation)
protected String getHeaderName(Annotation annotation)
Apache Camel