Added XPath template.

This commit is contained in:
Arjen Poutsma
2007-04-18 13:43:58 +00:00
parent f99573afe7
commit 9511de6cc7
14 changed files with 877 additions and 23 deletions

View File

@@ -62,6 +62,7 @@ public class XPathParamAnnotationEndpointAdapter extends AbstractMethodEndpointA
private Properties namespaces;
/** Sets namespaces used in the XPath expression. Maps prefixes to namespaces. */
public void setNamespaces(Properties namespaces) {
this.namespaces = namespaces;
}