Uses of Interface
org.jasig.springframework.web.client.ExtendedRestOperations.ProxyResponse

Packages that use ExtendedRestOperations.ProxyResponse
org.jasig.springframework.web.client   
 

Uses of ExtendedRestOperations.ProxyResponse in org.jasig.springframework.web.client
 

Classes in org.jasig.springframework.web.client that implement ExtendedRestOperations.ProxyResponse
 class HttpServletProxyResponse
          Implementation of ExtendedRestOperations.ProxyResponse that wraps a HttpServletResponse
 class PortletResourceProxyResponse
          Implementation of ExtendedRestOperations.ProxyResponse that wraps a portlet ResourceResponse
 

Methods in org.jasig.springframework.web.client with parameters of type ExtendedRestOperations.ProxyResponse
 int ExtendedRestTemplate.proxyRequest(ExtendedRestOperations.ProxyResponse proxyResponse, String url, org.springframework.http.HttpMethod method, org.springframework.http.HttpHeaders headers, Object... urlVariables)
           
 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
 



Copyright © 2013 Jasig. All Rights Reserved.