|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidDeploymentUnitException | |
---|---|
org.springframework.jee.inject | JSR250 Support. |
org.springframework.jee.server | Bootstrapping support for server environments. |
org.springframework.jee.spi | |
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 | |
---|---|
GenericApplicationContext |
EjbBootstrap.deploy()
|
GenericApplicationContext |
Bootstrap.deploy()
Deploy the contributed components, ignoring standard or proprietary deployment descriptors. |
GenericApplicationContext |
Bootstrap.deploy(ComponentContributor componentContributor)
Deploy the contributed components, ignoring standard or proprietary deployment descriptors. |
GenericApplicationContext |
Bootstrap.deploy(ResourceLoader resourceLoader,
ComponentContributor componentContributor)
Deploy the contributed components, also looking for well-known resources using the given ResourceLoader. |
GenericApplicationContext |
EjbBootstrap.deploy(String[] requiredSpringLocations,
ResourceLoader resourceLoader,
ComponentContributor componentContributor,
DeploymentUnitMetadata deploymentUnitMetadata)
|
GenericApplicationContext |
Bootstrap.deploy(String[] requiredSpringLocations,
ResourceLoader resourceLoader,
ComponentContributor componentContributor,
DeploymentUnitMetadata deploymentUnitMetadata)
Deploy the contributed components, also looking for well-known resources using the given ResourceLoader. |
GenericApplicationContext |
Bootstrap.deploy(String[] requiredSpringLocations,
ResourceLoader resourceLoader,
ComponentContributor componentContributor,
DeploymentUnitMetadata deploymentUnitMetadata,
String... optionalSpringLocations)
Deploy using the given ComponentContributor, also looking for well-known resources using the given ResourceLoader. |
Uses of InvalidDeploymentUnitException in org.springframework.jee.spi |
---|
Methods in org.springframework.jee.spi that throw InvalidDeploymentUnitException | |
---|---|
GenericApplicationContext |
WLSBootstrap.deploy(String[] requiredSpringLocations,
ResourceLoader resourceLoader,
ComponentContributor componentContributor,
DeploymentUnitMetadata deploymentUnitMetadata,
String... optionalSpringLocations)
|
void |
WSEEComponentContributorBrokerImpl.init(ComponentContributor componentContributor)
|
void |
WebComponentContributorBrokerImpl.initialize(ClassLoader loader,
String springConfigurationResourceName,
String componentFactoryClassName,
boolean usesSpringExtensionModel,
ComponentContributor ecc)
|
Uses of InvalidDeploymentUnitException in org.springframework.jee.validation |
---|
Methods in org.springframework.jee.validation with parameters of type InvalidDeploymentUnitException | |
---|---|
void |
SpecificationRule.execute(Object o,
InvalidDeploymentUnitException dum)
|
void |
AnnotatedMethodSpecificationRule.execute(Object o,
InvalidDeploymentUnitException idum)
|
protected void |
ReflectiveRuleBasedValidationService.invokeValidationMethods(Jsr250MetadataI component,
InvalidDeploymentUnitException idum)
Reflectively invoke all the validation methods on the given component |
Methods in org.springframework.jee.validation that throw InvalidDeploymentUnitException | |
---|---|
int |
ValidationService.validate(DeploymentUnitMetadataI dum)
Perform validation checks on the given metadata, before JEE components are deployed |
int |
ReflectiveRuleBasedValidationService.validate(DeploymentUnitMetadataI dum)
Validate the given deployment |
int |
AutodetectValidationService.validate(DeploymentUnitMetadataI dum)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |