org.opensaml.saml2.core.validator
Class GetCompleteSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.core.validator.GetCompleteSchemaValidator
All Implemented Interfaces:
org.opensaml.xml.validation.Validator<GetComplete>

public class GetCompleteSchemaValidator
extends Object
implements org.opensaml.xml.validation.Validator<GetComplete>

Checks GetComplete for Schema compliance.


Constructor Summary
GetCompleteSchemaValidator()
          Constructor
 
Method Summary
 void validate(GetComplete gc)
          
protected  void validateGetComplete(GetComplete gc)
          Validate the GetComplete element content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCompleteSchemaValidator

public GetCompleteSchemaValidator()
Constructor

Method Detail

validate

public void validate(GetComplete gc)
              throws org.opensaml.xml.validation.ValidationException

Specified by:
validate in interface org.opensaml.xml.validation.Validator<GetComplete>
Throws:
org.opensaml.xml.validation.ValidationException

validateGetComplete

protected void validateGetComplete(GetComplete gc)
                            throws org.opensaml.xml.validation.ValidationException
Validate the GetComplete element content.

Parameters:
gc -
Throws:
org.opensaml.xml.validation.ValidationException


Copyright © 2006-2011 Internet2. All Rights Reserved.