| MediatorBaseVariable
| The basic variable hold the value that need to provided when creating the variable. |
code | html |
| MediatorCustomVariable
| The value of the custom variable will be evaluated dynamically. |
code | html |
| XQueryMediator
| The XQueryMediator provides the means to extract and manipulate data from XML documents using
XQuery . |
code | html |
| XQueryMediatorFactory
| Creates a XQuery mediator from the given XML
<xquery key="string" [target="xpath"]>
<variable name="string" type="string" [key="string"] [expression="xpath"]
[value="string"]/>?
</xquery>
|
code | html |
| XQueryMediatorSerializer
| Serialize the given XQuery mediator into a XML
<xquery key="string" [target="xpath"]>
<variable name="string" type="string" [key="string"] [expression="xpath"]
[value="string"]/>?
</xquery>
|
code | html |