@org.springframework.stereotype.Service class RestProxyDaoImpl extends java.lang.Object
RestProxyDao implementation backed by a org.springframework.web.client.RestTemplate. A default org.springframework.web.client.RestTemplate instance is provided, but consumers are strongly recommended to configure their own instance and inject. However, this class will always use RestProxyResponseErrorHandler because it's the client's responsiblity to deal with errors.
| Type | Name and description |
|---|---|
void |
afterPropertiesSet() |
org.springframework.http.ResponseEntity<java.lang.Object> |
proxyRequest(ProxyRequestContext context) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |