Class AbstractService.OutputStreamResponseExtractor

java.lang.Object
com.gooddata.sdk.service.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 Details

    • OutputStreamResponseExtractor

      public OutputStreamResponseExtractor(OutputStream output)
  • Method Details

    • extractData

      public Integer extractData(org.springframework.http.client.ClientHttpResponse response) throws IOException
      Specified by:
      extractData in interface org.springframework.web.client.ResponseExtractor<Integer>
      Throws:
      IOException