Difference between revisions of "GVXPath"
(Created page with "==Description== Root element for XPath engine configuration. =={{GVESB}} configuration== The GVXPath Element is used by: GVCore. The following table shows the GVXPath element'...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
=={{GVESB}} configuration== | =={{GVESB}} configuration== | ||
− | The GVXPath Element is used by: GVCore. | + | [[File:GVXPath.jpg|thumb|GVXPath Configuration]]The GVXPath Element is used by: [[GVCore]]. |
− | The following table shows | + | The following table shows its attributes: |
{|class="gvtable" | {|class="gvtable" | ||
! Attribute !! Type !! Description | ! Attribute !! Type !! Description | ||
Line 63: | Line 63: | ||
The ''gvesb'' prefix is reserved. | The ''gvesb'' prefix is reserved. | ||
− | The XPathNamespace Element is used by: [[AxisWebServiceInvoker]] and XPath. | + | The XPathNamespace Element is used by: [[Ws-call#AxisWebServiceInvoker|AxisWebServiceInvoker]] and XPath. |
The following table shows the XPathNamespace element's attributes: | The following table shows the XPathNamespace element's attributes: |
Latest revision as of 10:31, 1 March 2012
Contents
Description
Root element for XPath engine configuration.
GreenVulcano® ESB configuration
The GVXPath Element is used by: GVCore.
The following table shows its attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value module. |
name | fixed | This attribute must assume the value XPATH. |
Contains the sub-element:
- Description
- XPath
XPath
This element sets the XPath properties.
The following table shows the XPath element's attributes:
Attribute | Type | Description |
---|---|---|
xpath-factory | required | Defines the XPath library to be used:
|
Contains the following attributes:
- Description
- XPathExtension
- XPathNamespace
XPathExtension
Defines a XPath extension function. The defined function are bind on gvesb prefix.
The following table shows the XPathExtension element's attributes:
Attribute | Type | Description |
---|---|---|
function-name | required | Extension function name.
The attribute's value can't be null. |
class | required | Extension function implementation.
The class must have a default constructor and must implement the it.greenvulcano.util.xpath.search.XPathFunction interface. |
namespace | optional | Function namespace.
If not defined the value is set to "urn:gvesb/functions" automatically installed with the prefix "gvf". |
Might contain the sub-element Description.
XPathNamespace
Defines a namespace that can be used in XPath. The gvesb prefix is reserved.
The XPathNamespace Element is used by: AxisWebServiceInvoker and XPath.
The following table shows the XPathNamespace element's attributes:
Attribute | Type | Description |
---|---|---|
prefix | required | Namespace prefix.
The attribute's value can't be null. |
namespace | optional | Namespace.
If not set, the prefix is associated to the default namespace. The attribute's value can't be null. |
Might contain the sub-element Description.