URIValidator (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.xml.registry.infomodel Interface URIValidator

所有已知子接口:
ExternalLink, ServiceBinding

public interface URIValidator

Defines common behavior expected of any class that validates URIs.

作者:
Farrukh S. Najmi

方法摘要
 boolean getValidateURI()
          Gets whether to do URI validation for this object.
 void setValidateURI(boolean validate)
          Sets whether to do URI validation for this object.
 

方法详细信息

setValidateURI

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

Capability Level: 0

参数:
validate - true implies JAXR provider must perform validation of URIs when they are set; false implies validation is turned off
抛出异常:
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

返回:
true implies JAXR provider must perform validation of URIs when they are set; false implies validation is turned off
抛出异常:
JAXRException - If the JAXR provider encounters an internal error

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.