Class PayloadDiffMatcher
java.lang.Object
org.springframework.ws.test.support.matcher.DiffMatcher
org.springframework.ws.test.support.matcher.PayloadDiffMatcher
- All Implemented Interfaces:
WebServiceMessageMatcher
Matches
Source
payloads.- Since:
- 2.0
- Author:
- Arjen Poutsma, Lukas Krecan
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.custommonkey.xmlunit.Diff
createDiff
(Source payload) protected final org.custommonkey.xmlunit.Diff
createDiff
(WebServiceMessage message) Creates aDiff
for the given message.Methods inherited from class org.springframework.ws.test.support.matcher.DiffMatcher
match
-
Constructor Details
-
PayloadDiffMatcher
-
-
Method Details
-
createDiff
Description copied from class:DiffMatcher
Creates aDiff
for the given message.- Specified by:
createDiff
in classDiffMatcher
- Parameters:
message
- the message- Returns:
- the diff
-
createDiff
-