Class | Description |
---|---|
DefaultNamespaceContext |
An implementation of
NamespaceContext which uses a simple Map where the keys are the prefixes and the values
are the URIs |
MessageVariableResolver |
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 | Description |
---|---|
InvalidXPathException |
An exception thrown if am XPath expression could not be parsed or evaluated
|
Annotation Type | Description |
---|---|
XPath |
Used to inject an XPath expression into a field, property, method or parameter when using
Bean Integration.
|
Apache Camel