public class IndexedEndpointSchemaValidator<EndpointType extends IndexedEndpoint> extends EndpointSchemaValidator<EndpointType>
IndexedEndpoint
for Schema compliance.コンストラクタと説明 |
---|
IndexedEndpointSchemaValidator()
Constructor
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 void validate(EndpointType indexedEndpoint) throws ValidationException
validate
インタフェース内 Validator<EndpointType extends IndexedEndpoint>
validate
クラス内 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 © 2012. All Rights Reserved.