Interface URIValidator

    • Method Detail

      • setValidateURI

        void setValidateURI​(boolean validate)
                     throws JAXRException
        Sets whether to do URI validation for this object. Default is true.

        Capability Level: 0
        Parameters:
        validate - true implies JAXR provider must perform validation of URIs when they are set; false implies validation is turned off
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getValidateURI

        boolean getValidateURI()
                        throws JAXRException
        Gets whether to do URI validation for this object.

        Capability Level: 0
        Returns:
        true implies JAXR provider must perform validation of URIs when they are set; false implies validation is turned off
        Throws:
        JAXRException - If the JAXR provider encounters an internal error