org.opensaml.xml.signature.validator
Class KeyInfoReferenceSchemaValidator

java.lang.Object
  extended by org.opensaml.xml.signature.validator.KeyInfoReferenceSchemaValidator
All Implemented Interfaces:
Validator<KeyInfoReference>

public class KeyInfoReferenceSchemaValidator
extends Object
implements Validator<KeyInfoReference>

Checks KeyInfoReference for Schema compliance.


Constructor Summary
KeyInfoReferenceSchemaValidator()
           
 
Method Summary
 void validate(KeyInfoReference xmlObject)
          Checks to see if a XMLObject is valid.
protected  void validateURI(KeyInfoReference xmlObject)
          Validate the URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyInfoReferenceSchemaValidator

public KeyInfoReferenceSchemaValidator()
Method Detail

validate

public void validate(KeyInfoReference xmlObject)
              throws ValidationException
Checks to see if a XMLObject is valid.

Specified by:
validate in interface Validator<KeyInfoReference>
Parameters:
xmlObject - the XMLObject to validate
Throws:
ValidationException - thrown if the element is not valid

validateURI

protected void validateURI(KeyInfoReference xmlObject)
                    throws ValidationException
Validate the URI.

Parameters:
xmlObject - the object to validate
Throws:
ValidationException - thrown if the object is invalid


Copyright © 1999-2013. All Rights Reserved.