Class WMS1_1_0.InternalDescribeLayerRequest

    • Constructor Detail

      • InternalDescribeLayerRequest

        public InternalDescribeLayerRequest​(URL onlineResource,
                                            Properties properties)
    • 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