Package org.jboss.as.service
Class ServiceDeploymentParsingProcessor
java.lang.Object
org.jboss.as.service.ServiceDeploymentParsingProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class ServiceDeploymentParsingProcessor
extends Object
implements org.jboss.as.server.deployment.DeploymentUnitProcessor
DeploymentUnitProcessor responsible for parsing a jboss-service.xml descriptor and attaching the corresponding JBossServiceXmlDescriptor.
- Author:
- John E. Bailey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) Process a deployment for jboss-service.xml files.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
-
Constructor Details
-
ServiceDeploymentParsingProcessor
public ServiceDeploymentParsingProcessor()Construct a new instance.
-
-
Method Details
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException Process a deployment for jboss-service.xml files. Will parse the xml file and attach a configuration discovered during processing.- Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor- Parameters:
phaseContext- the deployment unit context- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-