Uses of Interface
org.springframework.ws.test.support.matcher.WebServiceMessageMatcher
Packages that use WebServiceMessageMatcher
-
Uses of WebServiceMessageMatcher in org.springframework.ws.test.support.matcher
Classes in org.springframework.ws.test.support.matcher that implement WebServiceMessageMatcherModifier and TypeClassDescriptionclass
Abstract base class for SOAP-specificWebServiceMessageMatcher
implementations.class
Deprecated.class
Deprecated.Migrate toPayloadDiffMatcher
.sclass
Uses theXmlValidator
to validate request payload.class
Deprecated.Migrate toSoapEnvelopeDiffMatcher
.class
Matches SOAP headers.Methods in org.springframework.ws.test.support.matcher that return WebServiceMessageMatcherModifier and TypeMethodDescriptionXPathExpectationsHelper.doesNotExist()
XPathExpectationsHelper.evaluatesTo
(boolean expectedValue) XPathExpectationsHelper.evaluatesTo
(double expectedValue) XPathExpectationsHelper.evaluatesTo
(int expectedValue) XPathExpectationsHelper.evaluatesTo
(String expectedValue) XPathExpectationsHelper.exists()
-
Uses of WebServiceMessageMatcher in org.springframework.ws.test.support.matcher.xmlunit2
Classes in org.springframework.ws.test.support.matcher.xmlunit2 that implement WebServiceMessageMatcherModifier and TypeClassDescriptionclass
Implementation ofWebServiceMessageMatcher
based on XMLUnit'sDiff
.class
MatchesSource
payloads.class
MatchesSource
SOAP envelopes.
DiffMatcher
.