Package org.jboss.jca.validator
Interface Rule
-
- All Known Implementing Classes:
AOConfigProperties,AOConstructor,AONull,AORAA,AS,ASConfigProperties,ASConstructor,ASNull,CFConstructor,CFNull,CFReferenceable,CFSerializable,MC,MCF,MCFConfigProperties,MCFConstructor,MCFEquals,MCFHashCode,MCFNull,MCGetMetaData,RA,RAConfigProperties,RAConstructor,RAEquals,RAHashCode,RANull
public interface RuleRule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Failure>validate(Validate v, ResourceBundle rb)Validate
-
-
-
Method Detail
-
validate
List<Failure> validate(Validate v, ResourceBundle rb)
Validate- Parameters:
v- The objectrb- The resource bundle- Returns:
- The list of failures found;
nullif none
-
-