Class GFEjbRuntimeDDFile


  • @Service
    @PerLookup
    public class GFEjbRuntimeDDFile
    extends com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile
    This class is responsible for handling the XML configuration information for the Glassfish EJB Container
    • Field Summary

      • Fields inherited from class com.sun.enterprise.deployment.io.DeploymentDescriptorFile

        FULL_VALIDATION, PARSING_VALIDATION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getDeploymentDescriptorPath()  
      com.sun.enterprise.deployment.node.RootXMLNode<EjbBundleDescriptorImpl> getRootXMLNode​(org.glassfish.deployment.common.Descriptor descriptor)  
      • Methods inherited from class com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile

        isValidating, registerBundle
      • Methods inherited from class com.sun.enterprise.deployment.io.DeploymentDescriptorFile

        getArchiveType, getDefaultSchemaSource, getDocument, getDocumentBuilder, getSAXParser, getSAXParser, getXMLValidation, getXMLValidationLevel, read, read, read, read, setArchiveType, setErrorReportingString, setXMLValidation, setXMLValidationLevel, write, write, write
    • Constructor Detail

      • GFEjbRuntimeDDFile

        public GFEjbRuntimeDDFile()
    • 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