Class EndpointDescriptionValidator
java.lang.Object
org.apache.axis2.jaxws.description.validator.Validator
org.apache.axis2.jaxws.description.validator.EndpointDescriptionValidator
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.axis2.jaxws.description.validator.Validator
Validator.ValidationLevel -
Field Summary
Fields inherited from class org.apache.axis2.jaxws.description.validator.Validator
INVALID, VALID, validationFailures -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EndpointDescriptionValidator
-
-
Method Details
-
validate
public boolean validate(boolean performValidation) Description copied from class:ValidatorThis validate method gives us flexibility to bypass a validation from set of validation that we need to perform. For example we may skip RespectBinding Validation if this flag is set to false. performVaidation = false - Means validation can be bypassed. performVaidation = true - Means validation cannot be bypassed. -
validate
public boolean validate()
-