org.apache.axis2.jaxws.description.validator
Class EndpointDescriptionValidator
java.lang.Object
org.apache.axis2.jaxws.description.validator.Validator
org.apache.axis2.jaxws.description.validator.EndpointDescriptionValidator
public class EndpointDescriptionValidator
- extends Validator
Method Summary |
boolean |
validate()
|
boolean |
validate(boolean performValidation)
This validate method gives us flexibility to bypass a validation from set of
validation that we need to perform. |
Methods inherited from class org.apache.axis2.jaxws.description.validator.Validator |
toString |
EndpointDescriptionValidator
public EndpointDescriptionValidator(EndpointDescription toValidate)
validate
public boolean validate(boolean performValidation)
- Description copied from class:
Validator
- This 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.
- Overrides:
validate
in class Validator
- Parameters:
performValidation
- - When performVaidation is false we will bypass validation
- Returns:
validate
public boolean validate()
- Specified by:
validate
in class Validator
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.