Spring Web Services Framework

Package org.springframework.ws.test.client

Provides a testing framework for client-side Web service testing.

See:
          Description

Interface Summary
RequestMatcher Defines the contract for matching requests to expectations.
RequestXPathExpectations Allows for setting up expectations on XPath expressions.
ResponseActions Allows for setting up responses and additional expectations.
ResponseCreator Allows for creating up responses.
 

Class Summary
MockWebServiceServer Main entry point for client-side Web service testing.
RequestMatchers Factory methods for RequestMatcher classes.
ResponseCreators Factory methods for ResponseCreator classes.
 

Package org.springframework.ws.test.client Description

Provides a testing framework for client-side Web service testing. This package contains the MockWebServiceServer, and various related test interfaces.


Spring Web Services Framework

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