Package org.jboss.as.mail.extension
Class MailSessionDefinitionDescriptorProcessor
java.lang.Object
org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
org.jboss.as.mail.extension.MailSessionDefinitionDescriptorProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
Deployment processor responsible for processing mail-session deployment descriptor elements
- Author:
- Tomaz Cerar (c) 2013 Red Hat Inc., Eduardo Martins
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessEnvironment(org.jboss.metadata.javaee.spec.RemoteEnvironment environment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources injectionSources) Methods inherited from class org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
processDescriptorEntriesMethods inherited from class org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
deploy, processInjectionTargetsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Constructor Details
-
MailSessionDefinitionDescriptorProcessor
public MailSessionDefinitionDescriptorProcessor()
-
-
Method Details
-
processEnvironment
protected void processEnvironment(org.jboss.metadata.javaee.spec.RemoteEnvironment environment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources injectionSources) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
processEnvironmentin classResourceDefinitionDescriptorProcessor- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-