public class ServiceDescriptionValidator extends Validator
Validator.ValidationLevelINVALID, VALID, validationFailures| Constructor and Description |
|---|
ServiceDescriptionValidator(ServiceDescription toValidate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate()
Validate the ServiceDescription as follows 1) Validate that annotations and whatever WSDL is
specified is valid 2) Validate that Java implementations are correc a) Service
Implementations match SEIs if specified b) Operations match SEI methods
|
boolean |
validate(boolean performValidation)
This validate method gives us flexibility to bypass a validation from set of
validation that we need to perform.
|
public ServiceDescriptionValidator(ServiceDescription toValidate)
public boolean validate()
public boolean validate(boolean performValidation)
ValidatorCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.