@Service public class RestProxyServiceImpl extends Object implements RestProxyService
RestProxyService.| Constructor and Description |
|---|
RestProxyServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
proxyRequest(String resourceKey,
javax.servlet.http.HttpServletRequest request)
Inspects the
Environment for necessary properties about the target API:
Resource root URI
Credentials
Delegates to RestProxyDao.proxyRequest(ProxyRequestContext) |
public Object proxyRequest(String resourceKey, javax.servlet.http.HttpServletRequest request)
Environment for necessary properties about the target API:
RestProxyDao.proxyRequest(ProxyRequestContext)proxyRequest in interface RestProxyServiceObject (may return null)KeyUtils.getProxyHeaders(Environment, String, HttpServletRequest)Copyright © 2015. All rights reserved.