Spring Web Services Framework

Package org.springframework.ws.test.support.matcher

Provides the generic WebServiceMessageMatcher interface, and implementations.

See:
          Description

Interface Summary
WebServiceMessageMatcher Defines the general contract for matching messages to expectations.
 

Class Summary
AbstractSoapMessageMatcher Abstract base class for SOAP-specific WebServiceMessageMatcher implementations.
DiffMatcher Implementation of WebServiceMessageMatcher based on XMLUnit's Diff.
PayloadDiffMatcher Matches Source payloads.
SchemaValidatingMatcher Uses the XmlValidator to validate request payload.
SoapEnvelopeDiffMatcher Matches Source SOAP envelopes.
SoapHeaderMatcher Matches SOAP headers.
XPathExpectationsHelper Helper class for dealing with XPath expectations.
 

Package org.springframework.ws.test.support.matcher Description

Provides the generic WebServiceMessageMatcher interface, and implementations.


Spring Web Services Framework

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