Class WMS1_0_0.InternalGetStylesRequest

    • Constructor Detail

      • InternalGetStylesRequest

        public InternalGetStylesRequest​(URL onlineResource)
        Parameters:
        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 AbstractGetStylesRequest
      • 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