Class URIValidatorImpl

  • All Implemented Interfaces:
    Serializable, URIValidator

    public class URIValidatorImpl
    extends Object
    implements URIValidator, Serializable
    Implementation of URIValidator. This class is used as a delegate in other classes that implement URIValidator. Declared Serializable here so that it can be serialized with the objects that use it.
    Author:
    Bobby Bissett
    See Also:
    Serialized Form
    • Constructor Detail

      • URIValidatorImpl

        public URIValidatorImpl()
    • Method Detail

      • getValidateURI

        public boolean getValidateURI()
        Getter for validateURI
        Specified by:
        getValidateURI in interface URIValidator
        Returns:
        true implies JAXR provider must perform validation of URIs when they are set; false implies validation is turned off
      • setValidateURI

        public void setValidateURI​(boolean validate)
        Setter for validateURI
        Specified by:
        setValidateURI in interface URIValidator
        Parameters:
        validate - true implies JAXR provider must perform validation of URIs when they are set; false implies validation is turned off