public class ServiceDescriptionValidator extends Validator
Validator.ValidationLevel
INVALID, 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)
Validator
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.