Class KvpBinding

    • Constructor Detail

      • KvpBinding

        public KvpBinding()
    • Method Detail

      • setUseHttpResponseCodes

        @Setting("misc.httpResponseCodeUseInKvpAndPoxBinding")
        public void setUseHttpResponseCodes​(boolean useHttpResponseCodes)
      • setIncludeOriginalRequest

        @Setting("misc.includeOriginalRequest")
        public void setIncludeOriginalRequest​(boolean includeOriginalRequest)
      • doGetOperation

        public void doGetOperation​(javax.servlet.http.HttpServletRequest req,
                                   javax.servlet.http.HttpServletResponse res)
                            throws HTTPException,
                                   IOException
        Description copied from interface: Binding
        HTTP GET request handling method.
        Parameters:
        req - HTTP GET request
        res - HTTP GET response
        Throws:
        HTTPException - if the encoding of an exception failed
        IOException - if an IO error occurs
      • checkOperationHttpGetSupported

        public boolean checkOperationHttpGetSupported​(OwsOperationKey k)
        Description copied from interface: Binding
        Check, if the operation is supported by the decoder by the HTTP-Get method.
        Parameters:
        k - identifier of the decoder
        Returns:
        true, if the decoder decoderKey supports HTTP-Get for operation operationName