| Package | Description |
|---|---|
| org.springframework.ws.test.support.matcher |
Provides the generic
WebServiceMessageMatcher interface, and implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSoapMessageMatcher
Abstract base class for SOAP-specific
WebServiceMessageMatcher implementations. |
class |
DiffMatcher
Deprecated.
Migrate to
DiffMatcher. |
class |
PayloadDiffMatcher
Deprecated.
Migrate to
PayloadDiffMatcher.s |
class |
SchemaValidatingMatcher
Uses the
XmlValidator to validate request payload. |
class |
SoapEnvelopeDiffMatcher
Deprecated.
Migrate to
SoapEnvelopeDiffMatcher. |
class |
SoapHeaderMatcher
Matches SOAP headers.
|
| Modifier and Type | Method and Description |
|---|---|
WebServiceMessageMatcher |
XPathExpectationsHelper.doesNotExist() |
WebServiceMessageMatcher |
XPathExpectationsHelper.evaluatesTo(boolean expectedValue) |
WebServiceMessageMatcher |
XPathExpectationsHelper.evaluatesTo(double expectedValue) |
WebServiceMessageMatcher |
XPathExpectationsHelper.evaluatesTo(int expectedValue) |
WebServiceMessageMatcher |
XPathExpectationsHelper.evaluatesTo(String expectedValue) |
WebServiceMessageMatcher |
XPathExpectationsHelper.exists() |
Copyright © 2023 VMware, Inc.. All rights reserved.