org.opensaml.saml2.core.validator
Class SessionIndexSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.core.validator.SessionIndexSchemaValidator
All Implemented Interfaces:
Validator<SessionIndex>

public class SessionIndexSchemaValidator
extends java.lang.Object
implements Validator<SessionIndex>

Checks SessionIndex for Schema compliance.


Constructor Summary
SessionIndexSchemaValidator()
          Constructor
 
Method Summary
 void validate(SessionIndex sessionIndex)
          Checks to see if a XMLObject is valid.
protected  void validateSessionIndex(SessionIndex si)
          Validates the SessionIndex element content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionIndexSchemaValidator

public SessionIndexSchemaValidator()
Constructor

Method Detail

validate

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

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

validateSessionIndex

protected void validateSessionIndex(SessionIndex si)
                             throws ValidationException
Validates the SessionIndex element content.

Parameters:
si -
Throws:
ValidationException