org.springframework.ws.test.support.matcher
Class SoapEnvelopeDiffMatcher
java.lang.Object
org.springframework.ws.test.support.matcher.AbstractSoapMessageMatcher
org.springframework.ws.test.support.matcher.SoapEnvelopeDiffMatcher
- All Implemented Interfaces:
- WebServiceMessageMatcher
public class SoapEnvelopeDiffMatcher
- extends AbstractSoapMessageMatcher
Matches Source SOAP envelopes.
- Since:
- 2.1.1
- Author:
- Alexander Shutyaev
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapEnvelopeDiffMatcher
public SoapEnvelopeDiffMatcher(Source expected)
match
protected void match(SoapMessage soapMessage)
throws IOException,
AssertionError
- Description copied from class:
AbstractSoapMessageMatcher
- Abstract template method that gets invoked from
AbstractSoapMessageMatcher.match(WebServiceMessage) if the given message is a
SoapMessage.
- Specified by:
match in class AbstractSoapMessageMatcher
- Parameters:
soapMessage - the soap message
- Throws:
IOException - in case of I/O errors
AssertionError - if expectations are not met
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.