Generated by
JDiff

Package org.springframework.web.client

Added Classes
UnknownHttpStatusCodeException Exception thrown when an unknown (or custom) HTTP status code is received.
 

Changed Classes and Interfaces
DefaultResponseErrorHandler Default implementation of the ResponseErrorHandler interface.
HttpMessageConverterExtractor Response extractor that uses the given HttpMessageConverter entity converters to convert the response into a type T.
RestClientException Base class for exceptions thrown by RestTemplate whenever it encounters client-side HTTP errors.
RestOperations Interface specifying a basic set of RESTful operations.
RestTemplate The central class for client-side HTTP access. It simplifies communication with HTTP servers, and enforces RESTful principles.