org.springframework.ws.test.support.matcher
Class PayloadDiffMatcher
java.lang.Object
org.springframework.ws.test.support.matcher.DiffMatcher
org.springframework.ws.test.support.matcher.PayloadDiffMatcher
- All Implemented Interfaces:
- WebServiceMessageMatcher
public class PayloadDiffMatcher
- extends DiffMatcher
Matches Source
payloads.
- Since:
- 2.0
- Author:
- Arjen Poutsma, Lukas Krecan
Methods inherited from class org.springframework.ws.test.support.matcher.DiffMatcher |
match |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayloadDiffMatcher
public PayloadDiffMatcher(Source expected)
createDiff
protected final org.custommonkey.xmlunit.Diff createDiff(WebServiceMessage message)
- Description copied from class:
DiffMatcher
- Creates a
Diff
for the given message.
- Specified by:
createDiff
in class DiffMatcher
- Parameters:
message
- the message
- Returns:
- the diff
createDiff
protected org.custommonkey.xmlunit.Diff createDiff(Source payload)
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.