Package com.gooddata
Class AbstractService.OutputStreamResponseExtractor
- java.lang.Object
-
- com.gooddata.AbstractService.OutputStreamResponseExtractor
-
- All Implemented Interfaces:
org.springframework.web.client.ResponseExtractor<Integer>
- Enclosing class:
- AbstractService
protected static class AbstractService.OutputStreamResponseExtractor extends Object implements org.springframework.web.client.ResponseExtractor<Integer>
-
-
Constructor Summary
Constructors Constructor Description OutputStreamResponseExtractor(OutputStream output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerextractData(org.springframework.http.client.ClientHttpResponse response)
-
-
-
Constructor Detail
-
OutputStreamResponseExtractor
public OutputStreamResponseExtractor(OutputStream output)
-
-
Method Detail
-
extractData
public Integer extractData(org.springframework.http.client.ClientHttpResponse response) throws IOException
- Specified by:
extractDatain interfaceorg.springframework.web.client.ResponseExtractor<Integer>- Throws:
IOException
-
-