Class SoapEnvelopeDiffMatcher
java.lang.Object
org.springframework.ws.test.support.matcher.AbstractSoapMessageMatcher
org.springframework.ws.test.support.matcher.SoapEnvelopeDiffMatcher
- All Implemented Interfaces:
WebServiceMessageMatcher
Matches
Source
SOAP envelopes.- Since:
- 2.1.1
- Author:
- Alexander Shutyaev
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
match
(SoapMessage soapMessage) Abstract template method that gets invoked fromAbstractSoapMessageMatcher.match(WebServiceMessage)
if the given message is aSoapMessage
.Methods inherited from class org.springframework.ws.test.support.matcher.AbstractSoapMessageMatcher
match
-
Constructor Details
-
SoapEnvelopeDiffMatcher
-
-
Method Details
-
match
Description copied from class:AbstractSoapMessageMatcher
Abstract template method that gets invoked fromAbstractSoapMessageMatcher.match(WebServiceMessage)
if the given message is aSoapMessage
.- Specified by:
match
in classAbstractSoapMessageMatcher
- Parameters:
soapMessage
- the soap message- Throws:
IOException
- in case of I/O errorsAssertionError
- if expectations are not met
-