protected static class AbstractService.OutputStreamResponseExtractor extends Object implements org.springframework.web.client.ResponseExtractor<Integer>
| Constructor and Description |
|---|
OutputStreamResponseExtractor(OutputStream output) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
extractData(org.springframework.http.client.ClientHttpResponse response) |
public OutputStreamResponseExtractor(OutputStream output)
public Integer extractData(org.springframework.http.client.ClientHttpResponse response) throws IOException
extractData in interface org.springframework.web.client.ResponseExtractor<Integer>IOExceptionCopyright © 2017. All rights reserved.