Spring Web Services Framework

Package org.springframework.ws.test.server

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

See:
          Description

Interface Summary
RequestCreator Creates request messages.
ResponseActions Allows for setting up expectation about response messages.
ResponseMatcher Defines the contract for matching response messages to expectations.
ResponseXPathExpectations Allows for setting up expectations on XPath expressions.
 

Class Summary
MockWebServiceClient Main entry point for server-side Web service testing.
RequestCreators Factory methods for RequestCreator classes.
ResponseMatchers Factory methods for ResponseMatcher classes.
 

Package org.springframework.ws.test.server Description

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


Spring Web Services Framework

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