Uses of Class
org.apache.openejb.config.ValidationContext

Packages that use ValidationContext
org.apache.openejb.config   
org.apache.openejb.config.rules   
org.apache.openejb.server.webservices   
 

Uses of ValidationContext in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return ValidationContext
 ValidationContext EjbModule.getValidation()
           
 ValidationContext DeploymentModule.getValidation()
           
 ValidationContext AppModule.getValidation()
           
 ValidationContext ClientModule.getValidation()
           
 ValidationContext ConnectorModule.getValidation()
           
 ValidationContext WebModule.getValidation()
           
 ValidationContext PersistenceModule.getValidation()
           
 

Methods in org.apache.openejb.config that return types with arguments of type ValidationContext
 List<ValidationContext> AppModule.getValidationContexts()
           
 

Uses of ValidationContext in org.apache.openejb.config.rules
 

Methods in org.apache.openejb.config.rules with parameters of type ValidationContext
 void ValidationBase.missingMethod(ValidationContext set, EnterpriseBean bean, String key, String methodName, Class returnType, Class... paramTypes)
           
 

Uses of ValidationContext in org.apache.openejb.server.webservices
 

Methods in org.apache.openejb.server.webservices that return ValidationContext
 ValidationContext LightWeightMappingValidator.validate()
           
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.