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)
Checks to see if a XMLObject is valid.
|
protected void |
validateIndex(IndexedEndpoint indexedEndpoint)
Checks that Index is non-negative.
|
validateBinding, validateLocation
public IndexedEndpointSchemaValidator()
public void validate(EndpointType indexedEndpoint) throws ValidationException
validate
in interface Validator<EndpointType extends IndexedEndpoint>
validate
in class EndpointSchemaValidator<EndpointType extends IndexedEndpoint>
indexedEndpoint
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateIndex(IndexedEndpoint indexedEndpoint) throws ValidationException
indexedEndpoint
- ValidationException
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.