Class AbstractSwesDecoderv20<S>

    • Constructor Detail

      • AbstractSwesDecoderv20

        public AbstractSwesDecoderv20()
    • Method Detail

      • checkFormatWithNamespace

        protected void checkFormatWithNamespace​(String procedureDescriptionFormat,
                                                String namespace)
                                         throws DecodingException
        Check if the namespace of the procedure description element is equal to the procedure description format of the request.
        Parameters:
        procedureDescriptionFormat - the procedure description format of the request
        namespace - the namespace of the procedure description element
        Throws:
        DecodingException - If the procedureDescriptionFormat and namespace are not equal
      • getNodeFromNodeList

        protected Node getNodeFromNodeList​(NodeList nodeList)