Class ToXMLDocumentResponseHandler

  • All Implemented Interfaces:
    org.apache.hc.core5.http.io.HttpClientResponseHandler<org.w3c.dom.Document>

    public class ToXMLDocumentResponseHandler
    extends org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<org.w3c.dom.Document>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Document handleEntity​(org.apache.hc.core5.http.HttpEntity entity)  
      • Methods inherited from class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler

        handleResponse
      • Methods inherited from class java.lang.Object

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

      • ToXMLDocumentResponseHandler

        public ToXMLDocumentResponseHandler()
    • Method Detail

      • handleEntity

        public org.w3c.dom.Document handleEntity​(org.apache.hc.core5.http.HttpEntity entity)
                                          throws java.io.IOException
        Specified by:
        handleEntity in class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<org.w3c.dom.Document>
        Throws:
        java.io.IOException