Package org.glassfish.ejb.deployment.io
Class GFEjbRuntimeDDFile
- java.lang.Object
-
- com.sun.enterprise.deployment.io.DeploymentDescriptorFile
-
- com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile
-
- org.glassfish.ejb.deployment.io.GFEjbRuntimeDDFile
-
@Service @PerLookup public class GFEjbRuntimeDDFile extends com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFileThis class is responsible for handling the XML configuration information for the Glassfish EJB Container
-
-
Constructor Summary
Constructors Constructor Description GFEjbRuntimeDDFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeploymentDescriptorPath()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
-
-
-
-
Method Detail
-
getDeploymentDescriptorPath
public String getDeploymentDescriptorPath()
- Specified by:
getDeploymentDescriptorPathin classcom.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:
getRootXMLNodein classcom.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
-
-