Class PoxBinding

    • Constructor Detail

      • PoxBinding

        public PoxBinding()
    • Method Detail

      • setUseHttpResponseCodes

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

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

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