Class Validator
java.lang.Object
org.jboss.logging.processor.validation.Validator
Date: 12.08.2011
- Author:
- James R. Perkins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Collection
<ValidationMessage> validate
(MessageInterface messageInterface) Validates the message interface and returns a collection of validation messages or an empty collection.
-
Constructor Details
-
Validator
-
-
Method Details
-
validate
Validates the message interface and returns a collection of validation messages or an empty collection.- Parameters:
messageInterface
- the message interface to validate.- Returns:
- a collection of validation messages or an empty collection.
-