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
Deprecated.
Migrate to PayloadDiffMatcher.s
Matches Source payloads.
Since:
2.0
Author:
Arjen Poutsma, Lukas Krecan
  • Constructor Details

    • PayloadDiffMatcher

      public PayloadDiffMatcher(Source expected)
      Deprecated.
  • Method Details

    • createDiff

      protected final org.custommonkey.xmlunit.Diff createDiff(WebServiceMessage message)
      Deprecated.
      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)
      Deprecated.