Class SoapBinding

    • Constructor Detail

      • SoapBinding

        public SoapBinding()
    • Method Detail

      • 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
      • doPostOperation

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

        protected String checkSoapHeader​(javax.servlet.http.HttpServletRequest request)