public class EndpointSchemaValidator<EndpointType extends Endpoint> extends Object implements Validator<EndpointType>
Endpoint
for Schema compliance.コンストラクタと説明 |
---|
EndpointSchemaValidator()
Constructor
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
validate(EndpointType endpoint)
Checks to see if a XMLObject is valid.
|
protected void |
validateBinding(Endpoint endpoint)
Checks that Binding is present.
|
protected void |
validateLocation(Endpoint endpoint)
Checks that Location is present.
|
public void validate(EndpointType endpoint) throws ValidationException
validate
インタフェース内 Validator<EndpointType extends Endpoint>
endpoint
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateBinding(Endpoint endpoint) throws ValidationException
endpoint
- ValidationException
protected void validateLocation(Endpoint endpoint) throws ValidationException
endpoint
- ValidationException
Copyright © 2012. All Rights Reserved.