|
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.BindingTemplateValidator
BindingTemplate validator.
| Field Summary | |
protected BindingTemplate |
bindingTemplate
The BindingTemplate 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 |
BindingTemplateValidator()
BindingTemplateValidator default constructor. |
protected |
BindingTemplateValidator(BindingTemplate bindingTemplate,
boolean throwOnFirst)
BindingTemplateValidator constructor. |
| Method Summary | |
void |
validate()
Validates a BindingTemplate. |
void |
validateAccessPoint(AccessPoint accessPoint)
Validates an AccessPoint. |
void |
validateBindingKey(BindingKey bindingKey)
Validates the BindingKey. |
void |
validateDescription(Description description)
Validates a Description. |
void |
validateHostingRedirector(HostingRedirector hostingRedirector)
Validates an HostingRedirector. |
void |
validateServiceKey(ServiceKey serviceKey)
Validates the ServiceKey. |
void |
validateTModelInstanceDetails(TModelInstanceDetails tModelInstanceDetails)
Validates a TModelInstanceDetails. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected BindingTemplate bindingTemplate
protected boolean throwOnFirst
| Constructor Detail |
protected BindingTemplateValidator()
protected BindingTemplateValidator(BindingTemplate bindingTemplate,
boolean throwOnFirst)
bindingTemplate - The BindingTemplate 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 BindingTemplateException
BindingTemplateException - if a BindingTemplate anomaly has been detected
public void validateBindingKey(BindingKey bindingKey)
throws BindingTemplateException
bindingKey - The BindingKey to validate.
BindingTemplateException - if a BindingKey anomaly has been detected
public void validateServiceKey(ServiceKey serviceKey)
throws BindingTemplateException
serviceKey - The ServiceKey to validate.
BindingTemplateException - if a ServiceKey anomaly has been detected
public void validateDescription(Description description)
throws BindingTemplateException
description - The Description to validate.
BindingTemplateException - if a Description anomaly has been detected
public void validateAccessPoint(AccessPoint accessPoint)
throws BindingTemplateException
accessPoint - The AccessPoint to validate.
BindingTemplateException - if an AccessPoint anomaly has been detected
public void validateHostingRedirector(HostingRedirector hostingRedirector)
throws BindingTemplateException
hostingRedirector - The HostingRedirector to validate.
BindingTemplateException - if an HostingRedirector anomaly has been detected
public void validateTModelInstanceDetails(TModelInstanceDetails tModelInstanceDetails)
throws BindingTemplateException
tModelInstanceDetails - The TModelInstanceDetails to validate.
BindingTemplateException - if an TModelInstanceDetails anomaly has been detected
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||