public interface URIValidator
Modifier and Type | Method and Description |
---|---|
boolean |
getValidateURI()
Gets whether to do URI validation for this object.
|
void |
setValidateURI(boolean validate)
Sets whether to do URI validation for this object.
|
void setValidateURI(boolean validate) throws JAXRException
validate
- true
implies JAXR provider must perform validation
of URIs when they are set; false
implies validation is turned offJAXRException
- If the JAXR provider encounters an internal errorboolean getValidateURI() throws JAXRException
true
implies JAXR provider must perform validation
of URIs when they are set; false
implies validation is turned offJAXRException
- If the JAXR provider encounters an internal errorCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.