| Name | Description | Type | Package | Framework |
| DefaultResponseCreator | A ResponseCreator with builder-style methods for adding response details. | Class | org.springframework.test.web.client.response | Spring MVC |
| MockRestResponseCreators | Static factory methods for obtaining a ResponseCreator instance. | Class | org.springframework.test.web.client.response | Spring MVC |
| ResponseActions | A contract for setting up request expectations and defining a response. | Interface | org.springframework.test.web.client | Spring MVC |
| ResponseCreator | A contract for creating a ClientHttpResponse. | Interface | org.springframework.test.web.client | Spring MVC |