Class SoapEnvelopeDiffMatcher
java.lang.Object
org.springframework.ws.test.support.matcher.AbstractSoapMessageMatcher
org.springframework.ws.test.support.matcher.SoapEnvelopeDiffMatcher
- All Implemented Interfaces:
- WebServiceMessageMatcher
Deprecated.
Matches 
Source SOAP envelopes.- Since:
- 2.1.1
- Author:
- Alexander Shutyaev
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidmatch(SoapMessage soapMessage) Deprecated.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.AbstractSoapMessageMatchermatch
- 
Constructor Details- 
SoapEnvelopeDiffMatcherDeprecated.
 
- 
- 
Method Details- 
matchDeprecated.Description copied from class:AbstractSoapMessageMatcherAbstract template method that gets invoked fromAbstractSoapMessageMatcher.match(WebServiceMessage)if the given message is aSoapMessage.- Specified by:
- matchin class- AbstractSoapMessageMatcher
- Parameters:
- soapMessage- the soap message
- Throws:
- IOException- in case of I/O errors
- AssertionError- if expectations are not met
 
 
- 
SoapEnvelopeDiffMatcher.