This package contains classes and interfaces that are considered "public" to applications
that are using this framework. This means that applications using this framework only need to
import this package.
The ValidationService interface defines the primary entry point into the
iScreen validation framework. It's validate() and validateObject() methods executes all appropriate
validators that are represented by the service. An instance of the service represents
a "Validation Set" defined in a configuration file.
The ValidationException (ObjectValidationException) is thrown when a failure is found (or a warning). From
it, individual ValidationFailure objects can be retrieved (or just the messages,
themselves, as String objects). The ValidationFailure objects contain information about the service,
Validator, and context in which a failure occurs.
|