Uses of Interface
org.springframework.jee.validation.ValidationService

Packages that use ValidationService
org.springframework.jee.inject JSR250 Support. 
org.springframework.jee.server Bootstrapping support for server environments. 
org.springframework.jee.validation Validation package for JSR-250 and EJB3 components. 
 

Uses of ValidationService in org.springframework.jee.inject
 

Methods in org.springframework.jee.inject with parameters of type ValidationService
 void Enricher.setValidationService(ValidationService validationService)
          Set the optional ValidationService.
 

Uses of ValidationService in org.springframework.jee.server
 

Methods in org.springframework.jee.server with parameters of type ValidationService
 void Bootstrap.setValidationService(ValidationService validationService)
           
 

Uses of ValidationService in org.springframework.jee.validation
 

Classes in org.springframework.jee.validation that implement ValidationService
 class AutodetectValidationService
          ValidationService implementation designed for use in a Spring container.
 class ReflectiveRuleBasedValidationService
          Implementation of ValidationService that reflectively invokes annotated rule methods.
 



Copyright 2006 Interface21. All Rights Reserved.