Class ServiceActivatorDependencyProcessor
- java.lang.Object
-
- org.jboss.as.server.deployment.service.ServiceActivatorDependencyProcessor
-
- All Implemented Interfaces:
DeploymentUnitProcessor
public class ServiceActivatorDependencyProcessor extends Object implements DeploymentUnitProcessor
Deployment processor that adds required dependencies for executing service activators.- Author:
- John Bailey
-
-
Constructor Summary
Constructors Constructor Description ServiceActivatorDependencyProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(DeploymentPhaseContext phaseContext)Add the dependencies if the deployment contains a service activator loader entry.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
-
-
-
Method Detail
-
deploy
public void deploy(DeploymentPhaseContext phaseContext) throws DeploymentUnitProcessingException
Add the dependencies if the deployment contains a service activator loader entry.- Specified by:
deployin interfaceDeploymentUnitProcessor- Parameters:
phaseContext- the deployment unit context- Throws:
DeploymentUnitProcessingException
-
-