org.jasig.springframework.web.client
Interface ExtendedRestOperations.ProxyResponse
- All Known Implementing Classes:
- HttpServletProxyResponse, PortletResourceProxyResponse
- Enclosing interface:
- ExtendedRestOperations
public static interface ExtendedRestOperations.ProxyResponse
Response handler for proxying a rest request.
setHttpStatus
void setHttpStatus(org.springframework.http.HttpStatus status)
- Parameters:
status - The HttpStatus returned by the original request
setHttpHeaders
void setHttpHeaders(org.springframework.http.HttpHeaders headers)
- Parameters:
headers - The HttpHeaders returned by the original request
getOutputStream
OutputStream getOutputStream()
throws IOException
- Returns:
OutputStream to write the body of the original request to
- Throws:
IOException
Copyright © 2013 Jasig. All Rights Reserved.