Class WMS1_1_1.InternalPutStylesRequest

    • Constructor Detail

      • InternalPutStylesRequest

        public InternalPutStylesRequest​(URL onlineResource)
    • Method Detail

      • initVersion

        protected void initVersion()
        Description copied from class: AbstractRequest
        Sets up the version number for this request. Typically something like setProperty("VERSION", "1.1.1");
        Specified by:
        initVersion in class AbstractPutStylesRequest
      • 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