Class GetCapabilitiesRequest

    • Constructor Detail

      • GetCapabilitiesRequest

        public GetCapabilitiesRequest​(URL serverURL)
    • Method Detail

      • initService

        protected void initService()
        Description copied from class: AbstractRequest
        Implementing subclass requests must specify their own "SERVICE" value. Example: setProperty("SERVICE", "WFS");
        Specified by:
        initService in class AbstractRequest
      • 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 AbstractRequest
      • createResponse

        public Response createResponse​(HTTPResponse response)
                                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