Package org.springframework.jee.validation

Validation package for JSR-250 and EJB3 components.

See:
          Description

Interface Summary
SpecificationRule Synthetic interface used to wrap specification rule annotations, also including the target method.
ValidationService Interface to be implemented by services that can validate component metadata before container startup
 

Class Summary
AbstractSpecificationRule Base abstract implementation of SpecificationRule.
AnnotatedMethodSpecificationRule  
AutodetectValidationService ValidationService implementation designed for use in a Spring container.
ReflectiveRuleBasedValidationService Implementation of ValidationService that reflectively invokes annotated rule methods.
 

Enum Summary
Platform Enumeration for JEE Platform revisions.
 

Exception Summary
InvalidDeploymentUnitException Exception thrown when an entire deployment unit is invalid.
SpecificationViolation Exception thrown when a specification violation is found.
 

Annotation Types Summary
CommonAnnotations_1_0 JSR 250 (Common Annotations) specification rule annotation.
EJB_3_0 Annotation for EJB 3.0 specification rule.
EJB_3_1 Annotation for EJB 3.1 Specification rule.
SpecificationRules Annotation to apply to classes to specify that they may contain specification validation rules
 

Package org.springframework.jee.validation Description

Validation package for JSR-250 and EJB3 components.



Copyright 2006 Interface21. All Rights Reserved.