ResourceProxyController insteadRestProxyDao insteadRestProxyServiceHttpMethod.GET if not set explicitly.Environment for necessary properties about the target API:
Resource root URI
Credentials
Delegates to RestProxyDao.proxyRequest(ProxyRequestContext)HttpServletResponse.setStatus(int) with the
HttpStatus recieved.RestController for proxying other REST resources.Configuration activating necessary REST proxy services.RestProxyDao implementation backed by a RestTemplate.ResponseErrorHandler implementation that does nothing and considers every
ClientHttpRequest a success.RestProxyService.Copyright © 2015. All rights reserved.