| Interface | Description |
|---|---|
| RestProxyDao | Data access interface for talking with a REST API. |
| Class | Description |
|---|---|
| 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. |