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
    Constructor
    Description
    Construct a new instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deploy(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, wait

    Methods 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:
      deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
      Parameters:
      phaseContext - the deployment unit context
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException