Spring Web Services Framework

org.springframework.ws.test.support.matcher
Class PayloadDiffMatcher

java.lang.Object
  extended by org.springframework.ws.test.support.matcher.DiffMatcher
      extended by org.springframework.ws.test.support.matcher.PayloadDiffMatcher
All Implemented Interfaces:
WebServiceMessageMatcher

public class PayloadDiffMatcher
extends DiffMatcher

Matches Source payloads.

Since:
2.0
Author:
Arjen Poutsma, Lukas Krecan

Constructor Summary
PayloadDiffMatcher(Source expected)
           
 
Method Summary
protected  org.custommonkey.xmlunit.Diff createDiff(Source payload)
           
protected  org.custommonkey.xmlunit.Diff createDiff(WebServiceMessage message)
          Creates a Diff for the given message.
 
Methods inherited from class org.springframework.ws.test.support.matcher.DiffMatcher
match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayloadDiffMatcher

public PayloadDiffMatcher(Source expected)
Method Detail

createDiff

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

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.