public class ServiceMessagesParser
extends java.lang.Object
| Constructor and Description |
|---|
ServiceMessagesParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(@NotNull java.lang.String text,
@NotNull ServiceMessageParserCallback parserCallback)
Parses the specified text and reports results to the provided callback.
|
void |
setValidateRequiredAttributes(boolean validateRequiredAttributes)
Whether to check for service messages required attributes during parsing or not.
|
public void setValidateRequiredAttributes(boolean validateRequiredAttributes)
validateRequiredAttributes - true to check for required attributes presence (default)public void parse(@NotNull
@NotNull java.lang.String text,
@NotNull
@NotNull ServiceMessageParserCallback parserCallback)
text - a text to parseparserCallback - a callback where parsing results are reported