|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.util.validators.DiscoveryURLValidator
DiscoveryURL validator.
| Field Summary | |
protected DiscoveryURL |
discoveryURL
The DiscoveryURL to validate. |
protected boolean |
throwOnFirst
Whether the exception should be thrown from the first anomaly or when all checkings have been performed. |
| Constructor Summary | |
protected |
DiscoveryURLValidator()
DiscoveryURLValidator default constructor. |
protected |
DiscoveryURLValidator(DiscoveryURL discoveryURL,
boolean throwOnFirst)
DiscoveryURLValidator constructor. |
| Method Summary | |
void |
validate()
Validates a DiscoveryURL. |
void |
validateDiscoveryURL(java.lang.String discoveryURL)
|
void |
validateUseType(UseType useType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected DiscoveryURL discoveryURL
protected boolean throwOnFirst
| Constructor Detail |
protected DiscoveryURLValidator()
protected DiscoveryURLValidator(DiscoveryURL discoveryURL,
boolean throwOnFirst)
discoveryURL - The DiscoveryURL to validate.throwOnFirst - Whether the exception should be thrown from the
first anomaly or when all checkings have been performed| Method Detail |
public void validate()
throws DiscoveryURLException
DiscoveryURLException - if a DiscoveryURL anomaly has been detected
public void validateDiscoveryURL(java.lang.String discoveryURL)
throws DiscoveryURLException
DiscoveryURLException
public void validateUseType(UseType useType)
throws DiscoveryURLException
DiscoveryURLException
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||