public abstract class AbstractValidator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
errorMessages |
| Constructor and Description |
|---|
AbstractValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorMessage(String err) |
String |
getErrorMessage() |
abstract boolean |
isValid() |
Apache CXF