Class PayloadDiffMatcher
java.lang.Object
org.springframework.ws.test.support.matcher.xmlunit.DiffMatcher
org.springframework.ws.test.support.matcher.xmlunit.PayloadDiffMatcher
- All Implemented Interfaces:
WebServiceMessageMatcher
-
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 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
-