| Interface | Description |
|---|---|
| RestProxyDao | Data access interface for talking with a REST API. |
| Class | Description |
|---|---|
| AgnosticHttpMessageConverter | This converter supports reading all content types into an java.lang.Object by copying the byte stream. |
| RestProxyDaoImpl | RestProxyDao implementation backed by a org.springframework.web.client.RestTemplate. |
| RestProxyResponseErrorHandler | org.springframework.web.client.ResponseErrorHandler implementation that does nothing and considers every org.springframework.http.client.ClientHttpRequest a success. |