Class EJBClientDescriptorParsingProcessor

java.lang.Object
org.jboss.as.ee.structure.EJBClientDescriptorParsingProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class EJBClientDescriptorParsingProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
A deployment unit processor which parses jboss-ejb-client.xml in top level deployments. If a jboss-ejb-client.xml is found in the top level deployment, then this processor creates a EJBClientDescriptorMetaData out of it and attaches it to the deployment unit at Attachments.EJB_CLIENT_METADATA
Author:
Jaikiran Pai, Tomasz Adamski, Wolf-Dieter Fink
  • Field Details

    • EJB_CLIENT_DESCRIPTOR_LOCATIONS

      public static final String[] EJB_CLIENT_DESCRIPTOR_LOCATIONS
  • Constructor Details

    • EJBClientDescriptorParsingProcessor

      public EJBClientDescriptorParsingProcessor()
  • Method Details

    • 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