| Name | Description | Type | Package | Framework |
| MockWebServiceServer | Main entry point for client-side Web service testing. | Class | org.springframework.ws.test.client | Spring WebService |
| RequestMatcher | Defines the contract for matching requests to expectations. | Interface | org.springframework.ws.test.client | Spring WebService |
| RequestMatchers | Factory methods for RequestMatcher classes. | Class | org.springframework.ws.test.client | Spring WebService |
| RequestXPathExpectations | Allows for setting up expectations on XPath expressions. | Interface | org.springframework.ws.test.client | Spring WebService |
| ResponseActions | Allows for setting up responses and additional expectations. | Interface | org.springframework.ws.test.client | Spring WebService |
| ResponseCreator | Allows for creating up responses. | Interface | org.springframework.ws.test.client | Spring WebService |
| ResponseCreators | Factory methods for ResponseCreator classes. | Class | org.springframework.ws.test.client | Spring WebService |