Spring Web Services Framework

Uses of Interface
org.springframework.ws.test.support.matcher.WebServiceMessageMatcher

Packages that use WebServiceMessageMatcher
org.springframework.ws.test.support.matcher Provides the generic WebServiceMessageMatcher interface, and implementations. 
 

Uses of WebServiceMessageMatcher in org.springframework.ws.test.support.matcher
 

Classes in org.springframework.ws.test.support.matcher that implement WebServiceMessageMatcher
 class AbstractSoapMessageMatcher
          Abstract base class for SOAP-specific WebServiceMessageMatcher implementations.
 class DiffMatcher
          Implementation of WebServiceMessageMatcher based on XMLUnit's Diff.
 class PayloadDiffMatcher
          Matches Source payloads.
 class SchemaValidatingMatcher
          Uses the XmlValidator to validate request payload.
 class SoapEnvelopeDiffMatcher
          Matches Source SOAP envelopes.
 class SoapHeaderMatcher
          Matches SOAP headers.
 

Methods in org.springframework.ws.test.support.matcher that return WebServiceMessageMatcher
 WebServiceMessageMatcher XPathExpectationsHelper.doesNotExist()
           
 WebServiceMessageMatcher XPathExpectationsHelper.evaluatesTo(boolean expectedValue)
           
 WebServiceMessageMatcher XPathExpectationsHelper.evaluatesTo(double expectedValue)
           
 WebServiceMessageMatcher XPathExpectationsHelper.evaluatesTo(int expectedValue)
           
 WebServiceMessageMatcher XPathExpectationsHelper.evaluatesTo(String expectedValue)
           
 WebServiceMessageMatcher XPathExpectationsHelper.exists()
           
 


Spring Web Services Framework

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