org.opensaml.saml2.metadata.validator
Class ServiceDescriptionSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.metadata.validator.ServiceDescriptionSchemaValidator
All Implemented Interfaces:
Validator<ServiceDescription>

public class ServiceDescriptionSchemaValidator
extends Object
implements Validator<ServiceDescription>

Checks ServiceDescription for Schema compliance.


Constructor Summary
ServiceDescriptionSchemaValidator()
          Constructor
 
Method Summary
 void validate(ServiceDescription serviceDescription)
          
protected  void validateDescription(ServiceDescription serviceDescription)
          Checks that Description is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDescriptionSchemaValidator

public ServiceDescriptionSchemaValidator()
Constructor

Method Detail

validate

public void validate(ServiceDescription serviceDescription)
              throws ValidationException

Specified by:
validate in interface Validator<ServiceDescription>
Throws:
ValidationException

validateDescription

protected void validateDescription(ServiceDescription serviceDescription)
                            throws ValidationException
Checks that Description is present.

Parameters:
serviceDescription -
Throws:
ValidationException


Copyright © 1999-2012. All Rights Reserved.