org.mactor.extensions.xml |
|
Java Source File Name | Type | Comment |
ParamUtil.java | Class | |
XPathIgnoreNsMessageSelector.java | Class | Selects all messages matching the XPath/value expressions specified in the parameters.
The syntax of a parameters are:
[XPath expression that selects the single attribute or element ]==[value that the selected field must be equal to]
I.e. |
XPathIgnoreNsRegExpMessageSelector.java | Class | Selects all messages matching the XPath/regexp expressions specified in the parameters.
The syntax of a parameters are:
[XPath expression that selects the single attribute or element ]==[a regular expression that the field must match]
I.e. |
XPathIgnoreNsRegExpValidator.java | Class | Validates that a selected field from the last received message matches a specifed value. |
XPathIgnoreNsValidator.java | Class | Validates that a selected field from the last received message matches a specifed value. |
XPathIgnoreNsValueExtractor.java | Class | |
XPathTemplateMessageBuilder.java | Class | |