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, validateLocationpublic 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.ValidationExceptionprotected void validateIndex(IndexedEndpoint indexedEndpoint) throws org.opensaml.xml.validation.ValidationException
indexedEndpoint - org.opensaml.xml.validation.ValidationExceptionCopyright © 1999–2015. All rights reserved.