org.opensaml.saml2.core.validator
Class GetCompleteSchemaValidator

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

public class GetCompleteSchemaValidator
extends java.lang.Object
implements Validator<GetComplete>

Checks GetComplete for Schema compliance.


Constructor Summary
GetCompleteSchemaValidator()
          Constructor
 
Method Summary
 void validate(GetComplete gc)
          Checks to see if a XMLObject is valid.
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 ValidationException
Checks to see if a XMLObject is valid.

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

validateGetComplete

protected void validateGetComplete(GetComplete gc)
                            throws ValidationException
Validate the GetComplete element content.

Parameters:
gc -
Throws:
ValidationException