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

public class PayloadDiffMatcher extends DiffMatcher
Matches Source payloads.
Since:
4.0
Author:
Greg Turnquist, MikoĊ‚aj Fejzer
  • Constructor Details

    • PayloadDiffMatcher

      public PayloadDiffMatcher(Source expected)
  • Method Details

    • createDiff

      protected final org.xmlunit.diff.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.xmlunit.diff.Diff createDiff(Source payload)