public class AuthorityBindingSchemaValidator extends Object implements Validator<AuthorityBinding>
AuthorityBinding
for Schema compliance.Constructor and Description |
---|
AuthorityBindingSchemaValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(AuthorityBinding authorityBinding)
Checks to see if a XMLObject is valid.
|
protected void |
validateAuthorityKind(AuthorityBinding authorityBinding)
Check that the AuthorityKind is valid
|
protected void |
validateBinding(AuthorityBinding authorityBinding)
Check the binding Attribute for validity
|
protected void |
validateLocation(AuthorityBinding authorityBinding)
Check the location Attribute for validity
|
public void validate(AuthorityBinding authorityBinding) throws ValidationException
validate
in interface Validator<AuthorityBinding>
authorityBinding
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateAuthorityKind(AuthorityBinding authorityBinding) throws ValidationException
authorityBinding
- ValidationException
protected void validateLocation(AuthorityBinding authorityBinding) throws ValidationException
authorityBinding
- ValidationException
protected void validateBinding(AuthorityBinding authorityBinding) throws ValidationException
authorityBinding
- ValidationException
Copyright © 2018 JBoss by Red Hat. All rights reserved.