Class ApplicationClientDeploymentProcessor

  • All Implemented Interfaces:
    org.jboss.as.server.deployment.DeploymentUnitProcessor

    public class ApplicationClientDeploymentProcessor
    extends Object
    implements org.jboss.as.server.deployment.DeploymentUnitProcessor
    Processor that sets up application clients. If this is an ear deployment it will mark the client as a sub deployment. If this is an application client deployment it will set the deployment type.

    Author:
    Stuart Douglas
    • Constructor Detail

      • ApplicationClientDeploymentProcessor

        public ApplicationClientDeploymentProcessor()
    • Method Detail

      • deploy

        public void deploy​(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
                    throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
        Specified by:
        deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
        Throws:
        org.jboss.as.server.deployment.DeploymentUnitProcessingException