Package org.apache.camel.language.xpath
Camel XPath language support.
-
Class Summary Class Description DefaultNamespaceContext An implementation ofNamespaceContext
which uses a simple Map where the keys are the prefixes and the values are the URIsMessageVariableResolver A variable resolver for XPath expressions which support properties on the message, exchange as well as making system properties and environment properties available.XPathAnnotationExpressionFactory Factory for the XPath expression annotations.XPathBuilder Creates an XPath expression builder which creates a nodeset result by default.XPathLanguage XPath language. -
Exception Summary Exception Description InvalidXPathException An exception thrown if am XPath expression could not be parsed or evaluated -
Annotation Types Summary Annotation Type Description XPath Used to inject an XPath expression into a field, property, method or parameter when using Bean Integration.