Class WMS1_1_0.InternalGetLegendGraphicRequest

    • Constructor Detail

      • InternalGetLegendGraphicRequest

        public InternalGetLegendGraphicRequest​(URL onlineResource,
                                               WMS1_1_0 creator)
    • Method Detail

      • createResponse

        public Response createResponse​(HTTPResponse httpResponse)
                                throws ServiceException,
                                       IOException
        Description copied from interface: Request
        Each Request must know how to create it's counterpart Response. Given the content type and input stream (containin the response data), this method must return an appropriate Response object.
        Throws:
        ServiceException
        IOException