|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.module.xml.config.XPathAnnotationParser
public class XPathAnnotationParser
Used to parse Bean parameter annotations. Note this annotation only supports the Jaxp API and w3c Dom. There is not Dom4J support.
XPath
,
XPathExpressionEvaluator
Constructor Summary | |
---|---|
XPathAnnotationParser()
|
Method Summary | |
---|---|
ExpressionArgument |
parse(java.lang.annotation.Annotation annotation,
java.lang.Class<?> parameterType)
|
boolean |
supports(java.lang.annotation.Annotation annotation)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPathAnnotationParser()
Method Detail |
---|
public ExpressionArgument parse(java.lang.annotation.Annotation annotation, java.lang.Class<?> parameterType)
parse
in interface ExpressionAnnotationParser
public boolean supports(java.lang.annotation.Annotation annotation)
supports
in interface ExpressionAnnotationParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |