Class AbstractService.OutputStreamResponseExtractor

java.lang.Object
com.gooddata.sdk.service.AbstractService.OutputStreamResponseExtractor
All Implemented Interfaces:
org.springframework.web.client.ResponseExtractor<java.lang.Integer>
Enclosing class:
AbstractService

protected static class AbstractService.OutputStreamResponseExtractor
extends java.lang.Object
implements org.springframework.web.client.ResponseExtractor<java.lang.Integer>
  • Constructor Summary

    Constructors 
    Constructor Description
    OutputStreamResponseExtractor​(java.io.OutputStream output)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer extractData​(org.springframework.http.client.ClientHttpResponse response)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • extractData

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