org.apache.camel.component.bean
Class XPathAnnotationExpressionFactory

java.lang.Object
  extended by org.apache.camel.component.bean.DefaultAnnotationExpressionFactory
      extended by org.apache.camel.component.bean.XPathAnnotationExpressionFactory
All Implemented Interfaces:
AnnotationExpressionFactory

public class XPathAnnotationExpressionFactory
extends DefaultAnnotationExpressionFactory

Factory for the XPath expression annotations.

Version:
$Revision: 41910 $

Constructor Summary
XPathAnnotationExpressionFactory()
           
 
Method Summary
 Expression createExpression(CamelContext camelContext, Annotation annotation, 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
 

Constructor Detail

XPathAnnotationExpressionFactory

public XPathAnnotationExpressionFactory()
Method Detail

createExpression

public Expression createExpression(CamelContext camelContext,
                                   Annotation annotation,
                                   LanguageAnnotation languageAnnotation,
                                   Class expressionReturnType)
Specified by:
createExpression in interface AnnotationExpressionFactory
Overrides:
createExpression in class DefaultAnnotationExpressionFactory


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