Class PayloadDiffMatcher
java.lang.Object
org.springframework.ws.test.support.matcher.xmlunit2.DiffMatcher
org.springframework.ws.test.support.matcher.xmlunit2.PayloadDiffMatcher
- All Implemented Interfaces:
WebServiceMessageMatcher
Matches
Source payloads.- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.xmlunit.diff.DiffcreateDiff(Source payload) protected final org.xmlunit.diff.DiffcreateDiff(org.springframework.ws.WebServiceMessage message) Creates aDifffor the given message.Methods inherited from class org.springframework.ws.test.support.matcher.xmlunit2.DiffMatcher
match
-
Constructor Details
-
PayloadDiffMatcher
-
-
Method Details
-
createDiff
protected final org.xmlunit.diff.Diff createDiff(org.springframework.ws.WebServiceMessage message) Description copied from class:DiffMatcherCreates aDifffor the given message.- Specified by:
createDiffin classDiffMatcher- Parameters:
message- the message- Returns:
- the diff
-
createDiff
-