Class DeploymentInjectionProcessor
java.lang.Object
org.wildfly.extension.vertx.processors.DeploymentInjectionProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class DeploymentInjectionProcessor
extends Object
implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Processor to register CDI extension for the deployment.
- Author:
- Lin Gao
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext context) Methods 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
-
Field Details
-
PHASE
public static final org.jboss.as.server.deployment.Phase PHASE -
PRIORITY
public static final int PRIORITYThe relative order of this processor within thePHASE. The current number is large enough for it to happen after all the standard deployment unit processors that come with JBoss AS.- See Also:
-
-
Constructor Details
-
DeploymentInjectionProcessor
public DeploymentInjectionProcessor()
-
-
Method Details
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext context) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-