Package org.glassfish.ejb.deployment.io
Class EjbRuntimeDDFile
java.lang.Object
com.sun.enterprise.deployment.io.DeploymentDescriptorFile<EjbBundleDescriptorImpl>
com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile<EjbBundleDescriptorImpl>
org.glassfish.ejb.deployment.io.EjbRuntimeDDFile
@Service
@PerLookup
public class EjbRuntimeDDFile
extends com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile<EjbBundleDescriptorImpl>
This class is responsible for handling the XML configuration information
for the SunOne AppServer Ejb Container
- Author:
- Jerome Dochez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRootXMLNode(org.glassfish.deployment.common.Descriptor descriptor) Methods inherited from class com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile
isValidating, registerBundleMethods 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 Details
-
EjbRuntimeDDFile
public EjbRuntimeDDFile()
-
-
Method Details
-
getDeploymentDescriptorPath
- Specified by:
getDeploymentDescriptorPathin classcom.sun.enterprise.deployment.io.DeploymentDescriptorFile<EjbBundleDescriptorImpl>- Returns:
- the location of the DeploymentDescriptor file for a particular type of J2EE Archive
-
getRootXMLNode
- Specified by:
getRootXMLNodein classcom.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
-