Class EjbDeploymentDescriptorFile


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

      • EjbDeploymentDescriptorFile

        public EjbDeploymentDescriptorFile()
    • Method Detail

      • getDeploymentDescriptorPath

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

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