Class EjbDeploymentDescriptorFile

java.lang.Object
com.sun.enterprise.deployment.io.DeploymentDescriptorFile<EjbBundleDescriptorImpl>
org.glassfish.ejb.deployment.io.EjbDeploymentDescriptorFile

public class EjbDeploymentDescriptorFile extends com.sun.enterprise.deployment.io.DeploymentDescriptorFile<EjbBundleDescriptorImpl>
This class is responsible for handling EJB DeploymentDescriptor files
Author:
Jerome Dochez
  • Constructor Details

    • EjbDeploymentDescriptorFile

      public EjbDeploymentDescriptorFile()
  • Method Details

    • getDeploymentDescriptorPath

      public String getDeploymentDescriptorPath()
      Specified by:
      getDeploymentDescriptorPath in class com.sun.enterprise.deployment.io.DeploymentDescriptorFile<EjbBundleDescriptorImpl>
      Returns:
      the location of the DeploymentDescriptor file for a particular type of J2EE Archive
    • getRootXMLNode

      public EjbBundleNode getRootXMLNode(org.glassfish.deployment.common.Descriptor descriptor)
      Specified by:
      getRootXMLNode in class com.sun.enterprise.deployment.io.DeploymentDescriptorFile<EjbBundleDescriptorImpl>
      Parameters:
      descriptor - the descriptor for which we need the node
      Returns:
      a RootXMLNode responsible for handling the deployment descriptors associated with this J2EE module