com.sun.xml.registry.uddi.infomodel
Class URIValidatorImpl
java.lang.Object
com.sun.xml.registry.uddi.infomodel.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIValidatorImpl
public URIValidatorImpl()
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
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.