Class 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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • OutputStreamResponseExtractor

        public OutputStreamResponseExtractor​(java.io.OutputStream output)
    • Method Detail

      • 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