public class IndexedEndpointSchemaValidator<EndpointType extends IndexedEndpoint> extends EndpointSchemaValidator<EndpointType>
IndexedEndpoint
for Schema compliance.Constructor and Description |
---|
IndexedEndpointSchemaValidator()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
validate(EndpointType indexedEndpoint) |
protected void |
validateIndex(IndexedEndpoint indexedEndpoint)
Checks that Index is non-negative.
|
validateBinding, validateLocation
public IndexedEndpointSchemaValidator()
public void validate(EndpointType indexedEndpoint) throws org.opensaml.xml.validation.ValidationException
validate
in interface org.opensaml.xml.validation.Validator<EndpointType extends IndexedEndpoint>
validate
in class EndpointSchemaValidator<EndpointType extends IndexedEndpoint>
org.opensaml.xml.validation.ValidationException
protected void validateIndex(IndexedEndpoint indexedEndpoint) throws org.opensaml.xml.validation.ValidationException
indexedEndpoint
- org.opensaml.xml.validation.ValidationException
Copyright © 1999-2013. All Rights Reserved.