public final class ValidationResult extends Object
| Constructor and Description |
|---|
ValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(org.apache.cxf.common.i18n.Message msg) |
void |
addError(String error) |
void |
addWarning(org.apache.cxf.common.i18n.Message msg) |
void |
addWarning(String warning) |
Stack<String> |
getErrors() |
Stack<String> |
getWarnings() |
boolean |
hasWarnings() |
boolean |
isSuccessful() |
String |
toString() |
public void addError(org.apache.cxf.common.i18n.Message msg)
public void addError(String error)
public void addWarning(org.apache.cxf.common.i18n.Message msg)
public void addWarning(String warning)
public boolean hasWarnings()
public boolean isSuccessful()
Apache CXF