Uses of Class
org.springframework.jee.validation.SpecificationViolation

Packages that use SpecificationViolation
org.springframework.jee.validation Validation package for JSR-250 and EJB3 components. 
org.springframework.jee.validation.rules Validation rules. 
org.springframework.jee.validation.rules.ejb Validation rules for EJB3 land. 
 

Uses of SpecificationViolation in org.springframework.jee.validation
 

Methods in org.springframework.jee.validation that return types with arguments of type SpecificationViolation
 java.util.List<SpecificationViolation> InvalidDeploymentUnitException.getViolations()
           
 

Methods in org.springframework.jee.validation with parameters of type SpecificationViolation
 void InvalidDeploymentUnitException.addViolation(SpecificationViolation violation)
           
 

Uses of SpecificationViolation in org.springframework.jee.validation.rules
 

Methods in org.springframework.jee.validation.rules that throw SpecificationViolation
 void InterceptionRules.checkHasBusinessInterfaces(InterceptionMetadata im)
           
 void Jsr250Rules.dummy(Jsr250Metadata jm)
           
 

Uses of SpecificationViolation in org.springframework.jee.validation.rules.ejb
 

Methods in org.springframework.jee.validation.rules.ejb that throw SpecificationViolation
 void EjbRules.checkHasBusinessInterfaces(EjbInjectionMetadata eim)
           
 



Copyright 2006 Interface21. All Rights Reserved.