Uses of Interface
com.sun.enterprise.deployment.node.RootXMLNode
-
-
Uses of RootXMLNode in com.sun.enterprise.deployment
Fields in com.sun.enterprise.deployment with type parameters of type RootXMLNode Modifier and Type Field Description protected HashMap<String,RootXMLNode>BundleDescriptor. rootNodesMethods in com.sun.enterprise.deployment that return RootXMLNode Modifier and Type Method Description RootXMLNodeBundleDescriptor. getRootNode(String ddPath)Methods in com.sun.enterprise.deployment with parameters of type RootXMLNode Modifier and Type Method Description voidBundleDescriptor. addRootNode(String ddPath, RootXMLNode rootNode) -
Uses of RootXMLNode in com.sun.enterprise.deployment.io
Methods in com.sun.enterprise.deployment.io that return RootXMLNode Modifier and Type Method Description RootXMLNodeAppClientDeploymentDescriptorFile. getRootXMLNode(Descriptor descriptor)RootXMLNodeApplicationDeploymentDescriptorFile. getRootXMLNode(Descriptor descriptor)RootXMLNodeConnectorDeploymentDescriptorFile. getRootXMLNode(Descriptor descriptor)abstract RootXMLNode<T>DeploymentDescriptorFile. getRootXMLNode(T descriptor)RootXMLNodeJaxrpcMappingDeploymentDescriptorFile. getRootXMLNode(JaxrpcMappingDescriptor descriptor)RootXMLNodePermissionsDeploymentDescriptorFile. getRootXMLNode(Descriptor descriptor)RootXMLNodePersistenceDeploymentDescriptorFile. getRootXMLNode(Descriptor descriptor) -
Uses of RootXMLNode in com.sun.enterprise.deployment.io.runtime
Methods in com.sun.enterprise.deployment.io.runtime that return RootXMLNode Modifier and Type Method Description RootXMLNodeAppClientRuntimeDDFile. getRootXMLNode(Descriptor descriptor)RootXMLNodeApplicationRuntimeDDFile. getRootXMLNode(Descriptor descriptor)RootXMLNodeConnectorRuntimeDDFile. getRootXMLNode(Descriptor descriptor)RootXMLNodeGFAppClientRuntimeDDFile. getRootXMLNode(Descriptor descriptor)RootXMLNodeGFApplicationRuntimeDDFile. getRootXMLNode(Descriptor descriptor)RootXMLNodeWLSApplicationRuntimeDDFile. getRootXMLNode(Descriptor descriptor)RootXMLNodeWLSWebServicesDeploymentDescriptorFile. getRootXMLNode(Descriptor descriptor) -
Uses of RootXMLNode in com.sun.enterprise.deployment.node
Classes in com.sun.enterprise.deployment.node that implement RootXMLNode Modifier and Type Class Description classAbstractBundleNode<T extends RootDeploymentDescriptor>This class defines all the common behaviour among nodes responsibles for handling bundlesclassApplicationNodeThis class is responsible for loading and saving XML elementsclassJaxrpcMappingDescriptorNodeRoot node for jaxrpc mapping deployment descriptorclassPermissionsNodeclassPersistenceNodeRepresents the top level node, i.e.Methods in com.sun.enterprise.deployment.node with parameters of type RootXMLNode Modifier and Type Method Description static voidJ2EEDocumentBuilder. write(Descriptor descriptor, RootXMLNode node, File resultFile)static voidJ2EEDocumentBuilder. write(Descriptor descriptor, RootXMLNode node, OutputStream os)static voidJ2EEDocumentBuilder. write(Descriptor descriptor, RootXMLNode node, Result output) -
Uses of RootXMLNode in com.sun.enterprise.deployment.node.appclient
Classes in com.sun.enterprise.deployment.node.appclient that implement RootXMLNode Modifier and Type Class Description classAppClientNodeThis class is responsible for handling app clients -
Uses of RootXMLNode in com.sun.enterprise.deployment.node.connector
Classes in com.sun.enterprise.deployment.node.connector that implement RootXMLNode Modifier and Type Class Description classConnectorNodeThe top connector node class -
Uses of RootXMLNode in com.sun.enterprise.deployment.node.runtime
Classes in com.sun.enterprise.deployment.node.runtime that implement RootXMLNode Modifier and Type Class Description classAppClientRuntimeNodeThis node is responsible for saving all J2EE RI runtime information for app clientsclassGFAppClientRuntimeNodeThis node is responsible for handling all runtime information for application client.classRuntimeBundleNode<T extends RootDeploymentDescriptor> -
Uses of RootXMLNode in com.sun.enterprise.deployment.node.runtime.application.gf
Classes in com.sun.enterprise.deployment.node.runtime.application.gf that implement RootXMLNode Modifier and Type Class Description classApplicationRuntimeNodeThis node handles all runtime-information pertinent to applications The reading needs to be backward compatible with J2EE 1.2 and 1.3 where all runtime information was saved at the .ear file level in an unique sun-ri.xml file.classGFApplicationRuntimeNodeThis node is responsible for handling all runtime information for application. -
Uses of RootXMLNode in com.sun.enterprise.deployment.node.runtime.application.wls
Classes in com.sun.enterprise.deployment.node.runtime.application.wls that implement RootXMLNode Modifier and Type Class Description classWeblogicApplicationNodeThis node is responsible for handling all WebLogic runtime information for application. -
Uses of RootXMLNode in com.sun.enterprise.deployment.node.runtime.connector
Classes in com.sun.enterprise.deployment.node.runtime.connector that implement RootXMLNode Modifier and Type Class Description classConnectorNodeThis node handles the sun-connector runtime deployment descriptors -
Uses of RootXMLNode in com.sun.enterprise.deployment.node.ws
Classes in com.sun.enterprise.deployment.node.ws that implement RootXMLNode Modifier and Type Class Description classWLWebServicesDescriptorNodeNode representing weblogic-webservices root element in weblogic-webservices.xml -
Uses of RootXMLNode in org.glassfish.ejb.deployment.io
Methods in org.glassfish.ejb.deployment.io that return RootXMLNode Modifier and Type Method Description RootXMLNode<EjbBundleDescriptorImpl>EjbDeploymentDescriptorFile. getRootXMLNode(Descriptor descriptor)RootXMLNode<EjbBundleDescriptorImpl>EjbRuntimeDDFile. getRootXMLNode(Descriptor descriptor)RootXMLNode<EjbBundleDescriptorImpl>GFEjbRuntimeDDFile. getRootXMLNode(Descriptor descriptor) -
Uses of RootXMLNode in org.glassfish.ejb.deployment.node
Classes in org.glassfish.ejb.deployment.node that implement RootXMLNode Modifier and Type Class Description classEjbBundleNodeThis class handles ejb bundle xml files -
Uses of RootXMLNode in org.glassfish.ejb.deployment.node.runtime
Classes in org.glassfish.ejb.deployment.node.runtime that implement RootXMLNode Modifier and Type Class Description classEjbBundleRuntimeNodeThis node handles runtime deployment descriptors for ejb bundleclassGFEjbBundleRuntimeNodeThis node is responsible for handling all runtime information for ejb. -
Uses of RootXMLNode in org.glassfish.web.deployment.io
Methods in org.glassfish.web.deployment.io that return RootXMLNode Modifier and Type Method Description RootXMLNode<WebBundleDescriptorImpl>WebDeploymentDescriptorFile. getRootXMLNode(WebBundleDescriptorImpl descriptor)RootXMLNode<WebFragmentDescriptor>WebFragmentDeploymentDescriptorFile. getRootXMLNode(WebFragmentDescriptor descriptor) -
Uses of RootXMLNode in org.glassfish.web.deployment.io.runtime
Methods in org.glassfish.web.deployment.io.runtime that return RootXMLNode Modifier and Type Method Description RootXMLNodeGFWebRuntimeDDFile. getRootXMLNode(Descriptor descriptor)RootXMLNodePayaraWebRuntimeDDFile. getRootXMLNode(Descriptor descriptor)RootXMLNodeWebRuntimeDDFile. getRootXMLNode(Descriptor descriptor) -
Uses of RootXMLNode in org.glassfish.web.deployment.node
Classes in org.glassfish.web.deployment.node that implement RootXMLNode Modifier and Type Class Description classWebBundleNodeThis node is responsible for handling the web-app xml treeclassWebCommonNode<T extends WebBundleDescriptorImpl>This node is responsible for handling the web-common xml treeclassWebFragmentNodeThis node is responsible for handling the web-fragment xml tree -
Uses of RootXMLNode in org.glassfish.web.deployment.node.runtime.gf
Classes in org.glassfish.web.deployment.node.runtime.gf that implement RootXMLNode Modifier and Type Class Description classGFWebBundleRuntimeNodeThis node is responsible for handling all runtime information for web bundle.classPayaraWebBundleRuntimeNodeThis class is responsible for handling payara-web.xml in the web bundleclassWebBundleRuntimeNodeThis node is responsible for handling all runtime information for web bundle. -
Uses of RootXMLNode in org.glassfish.webservices.io
Methods in org.glassfish.webservices.io that return RootXMLNode Modifier and Type Method Description RootXMLNodeWebServicesDeploymentDescriptorFile. getRootXMLNode(Descriptor descriptor) -
Uses of RootXMLNode in org.glassfish.webservices.node
Classes in org.glassfish.webservices.node that implement RootXMLNode Modifier and Type Class Description classWebServicesDescriptorNodeRoot node for web services deployment descriptor
-