Uses of Interface
com.sun.enterprise.deployment.node.XMLNode
-
-
Uses of XMLNode in com.sun.enterprise.deployment.node
Subinterfaces of XMLNode in com.sun.enterprise.deployment.node Modifier and Type Interface Description interfaceRootXMLNode<T>This interface defines all the protocol associated with a root node of an XML file.Classes in com.sun.enterprise.deployment.node that implement XMLNode Modifier and Type Class Description classAbstractBundleNode<T extends RootDeploymentDescriptor>This class defines all the common behaviour among nodes responsibles for handling bundlesclassAdministeredObjectDefinitionNodeThis class handles all information related to the administered-object xml tagclassApplicationNodeThis class is responsible for loading and saving XML elementsclassConfigurableNodeConfigurableNode able to treat dispatch element values to descriptors based on initialized valuesclassConnectionFactoryDefinitionNodeclassContextServiceDefinitionNodeclassDataSourceDefinitionNodeclassDeploymentDescriptorNode<T>Superclass of all Nodes implementation XMLNode implementation represents all the DOL classes responsible for handling the XML deployment descriptors.classDisplayableComponentNode<T extends Descriptor>This node class is responsible for handling all the information related to displayable elements like display-name or icons.classEjbLocalReferenceNodeThis node handles all information relative to ejb-local-refclassEjbReferenceNodeThis class handles all information in the ejb-reference xml nodeclassEntityManagerFactoryReferenceNodeThis node handles all persistence-unit-ref xml tag elementsclassEntityManagerReferenceNodeThis node handles all persistence-context-ref xml tag elementsclassEnvEntryNodeThis node is responsible for handling all env-entry related xml tagsclassIconNodeclassInjectionTargetNodeThis node handles all information relative to the injection-target elementclassJaxrpcMappingDescriptorNodeRoot node for jaxrpc mapping deployment descriptorclassJMSConnectionFactoryDefinitionNodeclassJMSDestinationDefinitionNodeclassLifecycleCallbackNodeThis node handles all information relative to injection-complete xml tagclassLocalizedInfoNodeThis node handles the descriptionType xml fragmentclassLocalizedNodeThis class is responsible for handling the xml lang attribute of an xml elementclassMailSessionNodeCreated by IntelliJ IDEA.classManagedExecutorDefinitionNodeclassManagedScheduledExecutorDefinitionNodeclassManagedThreadFactoryDefinitionNodeclassMessageDestinationNodeThis class handles all information related to the message-destination xml tagclassMessageDestinationRefNodeThis class handles all information related to the message-destination-ref xml tagclassMethodNodeThis class handle the method elementclassModuleNodeThis node is responsible for handling the module xml fragment from application.xml filesclassNameValuePairNodeThis class handles a name-value propertyclassPermissionItemNodeclassPermissionsNodeclassPersistenceNodeRepresents the top level node, i.e.classPersistenceUnitNodeThis node is responsible for reading details about oneclassPropertiesNodeThis node is responsible for handling property (name, value) DTD elements to java.util.Properties mappingclassResourceEnvRefNodeThis class handles all information related to the resource-env-ref xml tagclassResourcePropertyNodeCreated with IntelliJ IDEA.classResourceRefNodeThis node handles all resource-ref xml tag elementsclassRunAsNodeThis class handles the run-as xml fragmentclassSecurityRoleNodeclassSecurityRoleRefNodeThis class handles the DD xml security-role-ref tagFields in com.sun.enterprise.deployment.node declared as XMLNode Modifier and Type Field Description protected XMLNodeDeploymentDescriptorNode. parentNodeprotected XMLNodeDeploymentDescriptorNode. rootNodeXMLNodeSaxParserHandler. topNodeMethods in com.sun.enterprise.deployment.node that return XMLNode Modifier and Type Method Description XMLNodeDeploymentDescriptorNode. getHandlerFor(XMLElement element)XMLNodeXMLNode. getHandlerFor(XMLElement element)Return the XMLNode implementation respionsible for handling the sub-element of the current nodeXMLNodeDeploymentDescriptorNode. getParentNode()XMLNodeXMLNode. getParentNode()XMLNodeDeploymentDescriptorNode. getRootNode()XMLNodeXMLNode. getRootNode()XMLNodeSaxParserHandler. getTopNode()Methods in com.sun.enterprise.deployment.node with parameters of type XMLNode Modifier and Type Method Description static DocumentJ2EEDocumentBuilder. getDocument(Descriptor descriptor, XMLNode node)Return a document containing a result node based on the given result descriptor.voidDeploymentDescriptorNode. setParentNode(XMLNode parentNode)set the parent node for the current instance.voidSaxParserHandler. setTopNode(XMLNode node) -
Uses of XMLNode in com.sun.enterprise.deployment.node.appclient
Classes in com.sun.enterprise.deployment.node.appclient that implement XMLNode Modifier and Type Class Description classAppClientNodeThis class is responsible for handling app clients -
Uses of XMLNode in com.sun.enterprise.deployment.node.connector
Classes in com.sun.enterprise.deployment.node.connector that implement XMLNode Modifier and Type Class Description classActivationSpecNodeThis node is responsible for handling the Connector DTD related activationspec XML tagclassAdminObjectNodeThis node is responsible for handling the Connector DTD related auth-mechanism XML tagclassAuthMechNodeThis node is responsible for handling the Connector DTD related auth-mechanism XML tagclassConfigPropertyNodeThis node is responsible for handling the Connector DTD related config-property XML tagclassConnectionDefNodeThis node signifies the connection-definition tag in Connector DTDclassConnectorNodeThe top connector node classclassInBoundRANodeThis node is responsible for handling the Connector DTD related inbound-resourceadapter XML tagclassLicenseNodeThis node is responsible for handling license subtree.classMessageListenerNodeThis node is responsible for handling the Connector DTD related message-listener XML tagclassOutBoundRANodeThis node signifies the outbound-resourceadapter tag in Connector DTDclassRANodeclassRequiredConfigNodeThis node is responsible for handling the Connector DTD related required-config-property XML tagclassSecurityPermissionNodeThis node is responsible for handling the Connector DTD related security-permission XML tagMethods in com.sun.enterprise.deployment.node.connector that return XMLNode Modifier and Type Method Description XMLNodeConnectorNode. getHandlerFor(XMLElement element) -
Uses of XMLNode in com.sun.enterprise.deployment.node.runtime
Classes in com.sun.enterprise.deployment.node.runtime that implement XMLNode Modifier and Type Class Description classAppClientRuntimeNodeThis node is responsible for saving all J2EE RI runtime information for app clientsclassDefaultResourcePrincipalNodeThis node handles the runtime deployment descriptor tag default-resource-principalclassEjbRefNodeThis node class is responsible for handling runtime deployment descriptors for ejb-refclassGFAppClientRuntimeNodeThis node is responsible for handling all runtime information for application client.classGroupNodeThis node handles the group definition in the runtime DDsclassJavaWebStartAccessNodeclassJnlpDocNodeRepresents the jnlp-doc node under java-web-start-access.classMailConfigurationNodeThis node handles the runtime deployment descriptor tag mail-configuration.classMessageDestinationRefNodeThis node is responsible for handling runtime descriptor message-destination-ref tagclassMessageDestinationRuntimeNodeThis node is responsible for handling runtime descriptor message-destination tag.classPrincipalNodeThis mode handles the principal definition in the runtine DDsclassResourceEnvRefNodeThis node is responsible for handling runtime descriptor resource-env-ref tagclassResourceRefNodeThis node handles the runtime deployment descriptors for resource-ref tagclassRuntimeBundleNode<T extends RootDeploymentDescriptor>classRuntimeDescriptorNode<T>Superclass for all the runtime descriptor nodesclassServiceRefNodeThis node is responsible for handling runtime info for service referencesclassServiceRefPortInfoRuntimeNodeThis node is responsible for handling runtime info for a service reference WSDL port.classWebServiceEndpointRuntimeNodeThis node is responsible for handling runtime info for web service endpoints.classWebServiceRuntimeNodeThis node is responsible for handling WebService runtime info -
Uses of XMLNode in com.sun.enterprise.deployment.node.runtime.application.gf
Classes in com.sun.enterprise.deployment.node.runtime.application.gf that implement XMLNode 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 XMLNode in com.sun.enterprise.deployment.node.runtime.application.wls
Classes in com.sun.enterprise.deployment.node.runtime.application.wls that implement XMLNode Modifier and Type Class Description classApplicationParamNodeThis node is responsible for handling application-param.classWeblogicApplicationNodeThis node is responsible for handling all WebLogic runtime information for application. -
Uses of XMLNode in com.sun.enterprise.deployment.node.runtime.common
Classes in com.sun.enterprise.deployment.node.runtime.common that implement XMLNode Modifier and Type Class Description classDefaultResourcePrincipalNodeThis node handles all the role mapping informationclassMessageNodeThis node handles themessageelement.classMessageSecurityBindingNodeThis node handlesmessage-security-bindingelementclassMessageSecurityNodeThis node handles themessage-securityelement.classPrincipalNameNodeThis node handles principal-name informationclassProtectionNodeThis node handles request-protection and response-protection elementsclassRuntimeNameValuePairNodeclassSecurityRoleMappingNodeThis node handles all the role mapping information -
Uses of XMLNode in com.sun.enterprise.deployment.node.runtime.common.wls
Classes in com.sun.enterprise.deployment.node.runtime.common.wls that implement XMLNode Modifier and Type Class Description classEjbReferenceDescriptionNodeThis node handles ejb-reference-description in weblogic DD.classResourceDescriptionNodeThis node handles resource-description in weblogic.xmlclassResourceEnvDescriptionNodeThis node handles resource-env-description in weblogic.xmlclassSecurityRoleAssignmentNodeThis node handles all the role mapping information for weblogic-application.xml -
Uses of XMLNode in com.sun.enterprise.deployment.node.runtime.connector
Classes in com.sun.enterprise.deployment.node.runtime.connector that implement XMLNode Modifier and Type Class Description classConnectorNodeThis node handles the sun-connector runtime deployment descriptorsclassMapElementNodeThis node handles the role-map runtime deployment descriptorsclassPrincipalNodeThis node handles the principal runtime deployment descriptorsclassResourceAdapterNodeThis node handles the resource-adapter runtime deployment descriptorsclassRoleMapNodeThis node handles the role-map runtime deployment descriptors -
Uses of XMLNode in com.sun.enterprise.deployment.node.ws
Classes in com.sun.enterprise.deployment.node.ws that implement XMLNode Modifier and Type Class Description classReliabilityConfigNodeThis node represents reliability-config in weblogic-webservices.xmlclassWLServiceRefNodeThis node is responsible for handling runtime info for service references from weblogic DDclassWLServiceRefPortInfoRuntimeNodeThis node is responsible for handling runtime info for a service reference wsdl port from weblogic DD.classWLUnSupportedNodeThis class represents nodes that are not supported.classWLWebServiceEndpointNodeThis node represents port-component in weblogic-webservices.xmlstatic classWLWebServiceEndpointNode.ServiceEndpointAddressNodeThis node representsstatic classWLWebServiceEndpointNode.WSDLNodeThis node representsclassWLWebServiceNodeThis node represents webservice-description node in weblogic-webservices.xmlclassWLWebServicesDescriptorNodeNode representing weblogic-webservices root element in weblogic-webservices.xmlMethods in com.sun.enterprise.deployment.node.ws that return XMLNode Modifier and Type Method Description XMLNodeWLWebServiceEndpointNode. getHandlerFor(XMLElement element)XMLNodeWLWebServicesDescriptorNode. getHandlerFor(XMLElement element) -
Uses of XMLNode in org.glassfish.ejb.deployment.node
Classes in org.glassfish.ejb.deployment.node that implement XMLNode Modifier and Type Class Description classActivationConfigNodeThis class is responsible for handling the activation config elements.classAroundInvokeNodeThis node handles all information relative to injection-complete xml tagclassAroundTimeoutNodeThis node handles all information relative to injection-complete xml tagclassCmpFieldNodeThis node is responsible for handling all sub-element of cmp-field tagclassConcurrentMethodNodeclassContainerTransactionNodeThis node is responsible for handling the container-transaction XML nodeclassEjbApplicationExceptionNodeclassEjbBundleNodeThis class handles ejb bundle xml filesclassEjbEntityNodeThis class handles all information pertinent to CMP and BMP entity beansclassEjbInitNodeclassEjbInterceptorNodeclassEjbNode<S extends EjbDescriptor>This class is responsible for handling all common information shared by all types of enterprise beans (MDB, session, entity)classEjbRelationNodeclassEjbRelationshipRoleNodeThis class is responsible for handling the ejb-relationship-role xml elementsclassEjbRemoveNodeclassEjbSessionNodeThis class handles all information pertinent to session beansclassExcludeListNodeThis class is responsible for handling the exclude-list DD tagclassInterceptorBindingNodeclassInterfaceBasedEjbNode<S extends EjbDescriptor>This class is responsible for reading/writing all information common to all EJB which are interfaces based (entity, session)classMessageDrivenBeanNodeThis class handles message-driven related xml informationclassMethodPermissionNodeThis class handles all the method-permission xml tag informationclassQueryNodeThis class is responsible for handling the query elementclassRelationshipsNodeThis class is responsible for handling the ejb-relationships xml elementclassScheduledTimerNodeclassSecurityIdentityNodeThis node handles all information relative to security-indentity tagclassTimeoutValueNodeMethods in org.glassfish.ejb.deployment.node that return XMLNode Modifier and Type Method Description XMLNodeEjbRelationshipRoleNode. getHandlerFor(XMLElement element) -
Uses of XMLNode in org.glassfish.ejb.deployment.node.runtime
Classes in org.glassfish.ejb.deployment.node.runtime that implement XMLNode Modifier and Type Class Description classActivationConfigNodeThis class is responsible for handling the activation config elements.classBeanCacheNodeThis node handles the bean-cache untime deployment descriptorsclassBeanPoolNodeThis node handles the bean-pool runtime deployment descriptorsclassCheckpointAtEndOfMethodNodeThis node handles the checkpoint-at-end-of-method runtime deployment descriptorsclassCmpNodeThis node handles the cmp runtime deployment descriptorsclassCmpResourceNodeThis node handles the cmp-resource runtime xml tagclassDefaultWebServiceLoginConfigNodeAdds default login configuration to all Web Service EJB nodesclassEjbBundleRuntimeNodeThis node handles runtime deployment descriptors for ejb bundleclassEjbNodeThis node handles all runtime information for ejbsclassEnterpriseBeansRuntimeNodeThis node handles runtime deployment descriptors for ejb bundleclassFinderNodeclassFlushAtEndOfMethodNodeThis node handles the flush-at-end-of-method runtime deployment descriptorsclassGFEjbBundleRuntimeNodeThis node is responsible for handling all runtime information for ejb.classIORConfigurationNodeThis node handles all EJB IOR Configuration informationclassMDBConnectionFactoryNodeclassMDBResourceAdapterNodeThis class is responsible for handling the runtime resource adapter configuration for the message-driven beanclassPMDescriptorNodeThis node handles the pm-descriptor runtime xml elementclassPMDescriptorsNodeThis node handles the pm-descriptors runtime xml elementclassPMInUseNodeThis node handles the pm-inuse runtime xml elementclassPrefetchDisabledNodeThis node handles the prefetch-disabled runtime deployment descriptors -
Uses of XMLNode in org.glassfish.web.deployment.node
Classes in org.glassfish.web.deployment.node that implement XMLNode Modifier and Type Class Description classAbsoluteOrderingNodeThis node is responsible for handling the absolute-ordering xml treeclassAuthConstraintNodeThis node contains the auth-constraint xml nodeclassCookieConfigNodeThis class is responsible for handling cookie-config xml node.classErrorPageNodeThis node handles the error-page xml tagclassFilterMappingNodeThis node handles all information relative to servlet-mapping xml tagclassFilterNodeThis class is responsible for handling filter xml nodeclassInitParamNodeThis node is responsible for handling init-param and context-param xml subtree.classJspConfigNodeThis node represents theelement in a web application. classJspGroupNodeThis node is responsible for handling jsp-group xml tagclassListenerNodeThis node handles the web listener xml fragmentclassLocaleEncodingMappingListNodeclassLocaleEncodingMappingNodeclassLoginConfigNodeThis node handles the login-config xml tagclassMimeMappingNodeThis node is responsible for handling mime-mapping subtree nodeclassMultipartConfigNodeThis class is responsible for handling multipart-config xml node.classOrderingNodeThis node is responsible for handling the ordering xml tree.classOrderingOrderingNodeThis node is responsible for handling the ordering-ordering xml tree.classSecurityConstraintNodeThis node handles the security-contraint xml tagclassServletMappingNodeThis node is responsible for handling servlet-mapping subtree nodeclassServletNodeThis node is responsible for handling the servlet xml sub treeclassSessionConfigNodeThis class is responsible for handling session-config xml node.classTagLibNodeThis node is responsible for handling tag-lib xml tagclassUserDataConstraintNodeThis node handles the sercurity-constraint xml nodeclassWebBundleNodeThis 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 treeclassWebResourceCollectionNodeThis nodes handles the web-collection xml tag element -
Uses of XMLNode in org.glassfish.web.deployment.node.runtime.gf
Classes in org.glassfish.web.deployment.node.runtime.gf that implement XMLNode Modifier and Type Class Description classCacheHelperNodenode for cache-helper tagclassCacheMappingNodenode for cache-mapping tagclassCacheNodenode for cache tagclassClassLoaderNodenode for class-loader tagclassConstraintFieldNodenode for cache-mapping tagclassCookiePropertiesNodeThis node is the superclass for all web related runtime nodesclassDefaultHelperNodenode for default-helper tagclassGFWebBundleRuntimeNodeThis node is responsible for handling all runtime information for web bundle.classIdempotentUrlPatternNodenode to handle idempotent-url-pattern nodeclassJspConfigRuntimeNodeThis node is the superclass for all web related runtime nodesclassLocaleCharsetInfoNodenode for locale-charset-info tagclassLocaleCharsetMapNodenode for web property tagclassManagerPropertiesNodeThis node is the superclass for all web related runtime nodesclassPayaraWebBundleRuntimeNodeThis class is responsible for handling payara-web.xml in the web bundleclassServletNodeThis node is handling all runtime deployment descriptors relative to servletsclassSessionConfigNodesuperclass node for WebProperty containerclassSessionManagerNodesuperclass node for WebProperty containerclassSessionPropertiesNodeThis node is the superclass for all web related runtime nodesclassStorePropertiesNodeThis node is the superclass for all web related runtime nodesclassValveNodeNode representing a valve tag.classWebBundleRuntimeNodeThis node is responsible for handling all runtime information for web bundle.classWebCacheNodeThis node handles the web-cache runtime deployment descriptorsclassWebPropertyContainerNodesuperclass node for WebProperty containerclassWebPropertyNodenode for web property tag -
Uses of XMLNode in org.glassfish.webservices.node
Classes in org.glassfish.webservices.node that implement XMLNode Modifier and Type Class Description classAddressingNodeThis node does xml marshalling to/from web service addressing elementsclassRespectBindingNodeThis node does xml marshalling to/from web service respect-binding elementsclassServiceReferenceNodeThis node is responsible for loading web services reference informationclassWebServiceEndpointNodeThis node handles the web service endpoint definitionclassWebServiceHandlerChainNodeclassWebServiceHandlerNodeThis node does xml marshalling to/from web service handlers.classWebServiceNodeThis node is responsible for loading web services reference informationclassWebServicesDescriptorNodeRoot node for web services deployment descriptor
-