Class URIValidatorImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.infomodel.URIValidatorImpl
-
- All Implemented Interfaces:
Serializable,javax.xml.registry.infomodel.URIValidator
public class URIValidatorImpl extends Object implements javax.xml.registry.infomodel.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 Summary
Constructors Constructor Description URIValidatorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetValidateURI()Getter for validateURIvoidsetValidateURI(boolean validate)Setter for validateURI
-
-
-
Method Detail
-
getValidateURI
public boolean getValidateURI()
Getter for validateURI- Specified by:
getValidateURIin interfacejavax.xml.registry.infomodel.URIValidator
-
setValidateURI
public void setValidateURI(boolean validate)
Setter for validateURI- Specified by:
setValidateURIin interfacejavax.xml.registry.infomodel.URIValidator
-
-