org.opensaml.saml2.core.validator
Class ArtifactResponseSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.core.validator.StatusResponseTypeSchemaValidator<ArtifactResponse>
      extended by org.opensaml.saml2.core.validator.ArtifactResponseSchemaValidator
All Implemented Interfaces:
Validator<ArtifactResponse>

public class ArtifactResponseSchemaValidator
extends StatusResponseTypeSchemaValidator<ArtifactResponse>

Checks ArtifactResponse for Schema compliance.


Constructor Summary
ArtifactResponseSchemaValidator()
          Constructor
 
Method Summary
 void validate(ArtifactResponse response)
          Checks to see if a XMLObject is valid.
 
Methods inherited from class org.opensaml.saml2.core.validator.StatusResponseTypeSchemaValidator
validateID, validateIssueInstant, validateStatus, validateVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactResponseSchemaValidator

public ArtifactResponseSchemaValidator()
Constructor

Method Detail

validate

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

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