org.opensaml.saml2.core.validator
Class ArtifactResolveSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator<ArtifactResolve>
      extended by org.opensaml.saml2.core.validator.ArtifactResolveSchemaValidator
All Implemented Interfaces:
Validator<ArtifactResolve>

public class ArtifactResolveSchemaValidator
extends RequestAbstractTypeSchemaValidator<ArtifactResolve>

Checks ArtifactResolve for Schema compliance.


Constructor Summary
ArtifactResolveSchemaValidator()
          Constructor
 
Method Summary
 void validate(ArtifactResolve artifactResolve)
          Checks to see if a XMLObject is valid.
protected  void validateArtifact(ArtifactResolve ar)
          Validates the Artifact child element.
 
Methods inherited from class org.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator
validateID, validateIssueInstant, validateVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactResolveSchemaValidator

public ArtifactResolveSchemaValidator()
Constructor

Method Detail

validate

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

Specified by:
validate in interface Validator<ArtifactResolve>
Overrides:
validate in class RequestAbstractTypeSchemaValidator<ArtifactResolve>
Parameters:
artifactResolve - the XMLObject to validate
Throws:
ValidationException - thrown if the element is not valid

validateArtifact

protected void validateArtifact(ArtifactResolve ar)
                         throws ValidationException
Validates the Artifact child element.

Parameters:
ar -
Throws:
ValidationException