Package org.glassfish.ejb.deployment.io
Class EjbDeploymentDescriptorFile
- java.lang.Object
-
- com.sun.enterprise.deployment.io.DeploymentDescriptorFile
-
- org.glassfish.ejb.deployment.io.EjbDeploymentDescriptorFile
-
public class EjbDeploymentDescriptorFile extends com.sun.enterprise.deployment.io.DeploymentDescriptorFileThis class is responsible for handling EJB DeploymentDescriptor files- Author:
- Jerome Dochez
-
-
Constructor Summary
Constructors Constructor Description EjbDeploymentDescriptorFile()
-
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.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
-
-