org.apache.axis2.jaxws.description.validator
Class Validator
java.lang.Object
org.apache.axis2.jaxws.description.validator.Validator
- Direct Known Subclasses:
- EndpointDescriptionValidator, EndpointInterfaceDescriptionValidator, OperationDescriptionValidator, ServiceDescriptionValidator
public abstract class Validator
- extends Object
Method Summary |
String |
toString()
|
abstract boolean |
validate()
|
protected boolean |
validate(boolean performVaidation)
This validate method gives us flexibility to bypass a validation from set of
validation that we need to perform. |
VALID
public static final boolean VALID
- See Also:
- Constant Field Values
INVALID
public static final boolean INVALID
- See Also:
- Constant Field Values
validationFailures
protected ValidationFailures validationFailures
Validator
public Validator()
validate
public abstract boolean validate()
validate
protected boolean validate(boolean performVaidation)
- 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.
- Parameters:
performVaidation
- - When performVaidation is false we will bypass validation
- Returns:
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.