|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.metadata.validator.TelephoneNumberSchemaValidator
public class TelephoneNumberSchemaValidator
Checks TelephoneNumber
for Schema compliance.
Constructor Summary | |
---|---|
TelephoneNumberSchemaValidator()
Constructor |
Method Summary | |
---|---|
void |
validate(TelephoneNumber telephoneNumber)
Checks to see if a XMLObject is valid. |
protected void |
validateNumber(TelephoneNumber telephoneNumber)
Checks that Number is present. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TelephoneNumberSchemaValidator()
Method Detail |
---|
public void validate(TelephoneNumber telephoneNumber) throws ValidationException
validate
in interface Validator<TelephoneNumber>
telephoneNumber
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateNumber(TelephoneNumber telephoneNumber) throws ValidationException
telephoneNumber
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |