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

Packages that use InvalidDeploymentUnitException
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 InvalidDeploymentUnitException in org.springframework.jee.inject
 

Methods in org.springframework.jee.inject that throw InvalidDeploymentUnitException
 void Enricher.startup()
          Start the container.
 

Uses of InvalidDeploymentUnitException in org.springframework.jee.server
 

Methods in org.springframework.jee.server that throw InvalidDeploymentUnitException
 org.springframework.context.support.GenericApplicationContext Bootstrap.deploy()
          Deploy the contributed components, ignoring standard or proprietary deployment descriptors.
 org.springframework.context.support.GenericApplicationContext EjbBootstrap.deploy()
           
 org.springframework.context.support.GenericApplicationContext Bootstrap.deploy(ComponentContributor componentContributor)
          Deploy the contributed components, ignoring standard or proprietary deployment descriptors.
 org.springframework.context.support.GenericApplicationContext Bootstrap.deploy(org.springframework.core.io.ResourceLoader resourceLoader, ComponentContributor componentContributor)
          Deploy the contributed components, also looking for well-known resources using the given ResourceLoader.
 org.springframework.context.support.GenericApplicationContext Bootstrap.deploy(java.lang.String[] requiredSpringLocations, org.springframework.core.io.ResourceLoader resourceLoader, ComponentContributor componentContributor, DeploymentUnitMetadata deploymentUnitMetadata)
          Deploy the contributed components, also looking for well-known resources using the given ResourceLoader.
 org.springframework.context.support.GenericApplicationContext EjbBootstrap.deploy(java.lang.String[] requiredSpringLocations, org.springframework.core.io.ResourceLoader resourceLoader, ComponentContributor componentContributor, DeploymentUnitMetadata deploymentUnitMetadata)
           
 org.springframework.context.support.GenericApplicationContext Bootstrap.deploy(java.lang.String[] requiredSpringLocations, org.springframework.core.io.ResourceLoader resourceLoader, ComponentContributor componentContributor, DeploymentUnitMetadata deploymentUnitMetadata, java.lang.String... optionalSpringLocations)
          Deploy using the given ComponentContributor, also looking for well-known resources using the given ResourceLoader.
 

Uses of InvalidDeploymentUnitException in org.springframework.jee.validation
 

Methods in org.springframework.jee.validation with parameters of type InvalidDeploymentUnitException
 void AnnotatedMethodSpecificationRule.execute(java.lang.Object o, InvalidDeploymentUnitException idum)
           
 void SpecificationRule.execute(java.lang.Object o, InvalidDeploymentUnitException dum)
           
protected  void ReflectiveRuleBasedValidationService.invokeValidationMethods(Jsr250Metadata component, InvalidDeploymentUnitException idum)
          Reflectively invoke all the validation methods on the given component
 

Methods in org.springframework.jee.validation that throw InvalidDeploymentUnitException
 int AutodetectValidationService.validate(DeploymentUnitMetadata dum)
           
 int ReflectiveRuleBasedValidationService.validate(DeploymentUnitMetadata dum)
          Validate the given deployment
 int ValidationService.validate(DeploymentUnitMetadata dum)
          Perform validation checks on the given metadata, before JEE components are deployed
 



Copyright 2006 Interface21. All Rights Reserved.