org.opensaml.saml2.core.validator
Class ResponseSchemaValidator

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

public class ResponseSchemaValidator
extends StatusResponseTypeSchemaValidator<Response>

Checks Response for Schema compliance.


Constructor Summary
ResponseSchemaValidator()
          Constructor
 
Method Summary
 void validate(Response 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

ResponseSchemaValidator

public ResponseSchemaValidator()
Constructor

Method Detail

validate

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

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