Class WMDefaultResponseErrorHandler

  • All Implemented Interfaces:
    org.springframework.web.client.ResponseErrorHandler

    public class WMDefaultResponseErrorHandler
    extends org.springframework.web.client.DefaultResponseErrorHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected byte[] getResponseBody​(org.springframework.http.client.ClientHttpResponse response)  
      • Methods inherited from class org.springframework.web.client.DefaultResponseErrorHandler

        getCharset, getHttpStatusCode, handleError, handleError, hasError, hasError, hasError
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.web.client.ResponseErrorHandler

        handleError
    • Constructor Detail

      • WMDefaultResponseErrorHandler

        public WMDefaultResponseErrorHandler()
    • Method Detail

      • getResponseBody

        protected byte[] getResponseBody​(org.springframework.http.client.ClientHttpResponse response)
        Overrides:
        getResponseBody in class org.springframework.web.client.DefaultResponseErrorHandler