| Package | Description |
|---|---|
| org.jasig.springframework.web.client |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServletProxyResponse
Implementation of
ExtendedRestOperations.ProxyResponse that wraps a HttpServletResponse |
class |
PortletResourceProxyResponse
Implementation of
ExtendedRestOperations.ProxyResponse that wraps a portlet ResourceResponse |
| Modifier and Type | Method and Description |
|---|---|
int |
ExtendedRestOperations.proxyRequest(ExtendedRestOperations.ProxyResponse proxyResponse,
String url,
org.springframework.http.HttpMethod method,
org.springframework.http.HttpHeaders headers,
Object... uriVariables)
Proxies the response from a REST request, writing the status, headers and body to the
ExtendedRestOperations.ProxyResponse |
int |
ExtendedRestTemplate.proxyRequest(ExtendedRestOperations.ProxyResponse proxyResponse,
String url,
org.springframework.http.HttpMethod method,
org.springframework.http.HttpHeaders headers,
Object... urlVariables) |
Copyright © 2015 Jasig. All Rights Reserved.