|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.signature.validator.RetrievalMethodSchemaValidator
public class RetrievalMethodSchemaValidator
Checks RetrievalMethod
for Schema compliance.
Constructor Summary | |
---|---|
RetrievalMethodSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(RetrievalMethod xmlObject)
Checks to see if a XMLObject is valid. |
protected void |
validateURI(RetrievalMethod xmlObject)
Validate the URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RetrievalMethodSchemaValidator()
Method Detail |
---|
public void validate(RetrievalMethod xmlObject) throws ValidationException
validate
in interface Validator<RetrievalMethod>
xmlObject
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateURI(RetrievalMethod xmlObject) throws ValidationException
xmlObject
- the object to validate
ValidationException
- thrown if the object is invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |