|
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.BindingTemplatesValidator
BindingTemplates validator.
| Field Summary | |
protected BindingTemplates |
bindingTemplates
The BindingTemplates 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 |
BindingTemplatesValidator()
BindingTemplatesValidator default constructor. |
protected |
BindingTemplatesValidator(BindingTemplates bindingTemplates,
boolean throwOnFirst)
BindingTemplatesValidator constructor. |
| Method Summary | |
void |
validate()
Validates a BindingTemplates. |
void |
validateBindingTemplate(BindingTemplate bindingTemplate)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected BindingTemplates bindingTemplates
protected boolean throwOnFirst
| Constructor Detail |
protected BindingTemplatesValidator()
protected BindingTemplatesValidator(BindingTemplates bindingTemplates,
boolean throwOnFirst)
bindingTemplates - The BindingTemplates 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 BindingTemplatesException
BindingTemplatesException - a BindingTemplates anomaly has been detected
public void validateBindingTemplate(BindingTemplate bindingTemplate)
throws BindingTemplatesException
BindingTemplatesException
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||