WebServiceMessageMatcher
interface, and implementations.See: Description
| Interface | Description |
|---|---|
| WebServiceMessageMatcher |
Defines the general contract for matching messages to expectations.
|
| Class | Description |
|---|---|
| AbstractSoapMessageMatcher |
Abstract base class for SOAP-specific
WebServiceMessageMatcher implementations. |
| DiffMatcher |
Implementation of
WebServiceMessageMatcher based on XMLUnit's Diff. |
| PayloadDiffMatcher |
Matches
Source payloads. |
| SchemaValidatingMatcher |
Uses the
XmlValidator to validate request payload. |
| SoapEnvelopeDiffMatcher |
Matches
Source SOAP envelopes. |
| SoapHeaderMatcher |
Matches SOAP headers.
|
| XPathExpectationsHelper |
Helper class for dealing with XPath expectations.
|
WebServiceMessageMatcher
interface, and implementations.