Class IORConfigurationNode
- java.lang.Object
-
- com.sun.enterprise.deployment.node.DeploymentDescriptorNode<EjbIORConfigurationDescriptor>
-
- org.glassfish.ejb.deployment.node.runtime.IORConfigurationNode
-
- All Implemented Interfaces:
XMLNode<EjbIORConfigurationDescriptor>
public class IORConfigurationNode extends DeploymentDescriptorNode<EjbIORConfigurationDescriptor>
This node handles all EJB IOR Configuration information- Version:
- Author:
- Jerome Dochez
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
-
-
Constructor Summary
Constructors Constructor Description IORConfigurationNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EjbIORConfigurationDescriptor
getDescriptor()
protected Map
getDispatchTable()
all sub-implementation of this class can use a dispatch table to map xml element to method name on the descriptor class for setting the element value.Node
writeDescriptor(Node parent, String nodeName, EjbIORConfigurationDescriptor iorDesc)
write the descriptor class to a DOM tree and return it-
Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, createDescriptor, endElement, forceAppendTextChild, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setElementValue, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptors
-
-
-
-
Method Detail
-
getDescriptor
public EjbIORConfigurationDescriptor getDescriptor()
- Specified by:
getDescriptor
in interfaceXMLNode<EjbIORConfigurationDescriptor>
- Overrides:
getDescriptor
in classDeploymentDescriptorNode<EjbIORConfigurationDescriptor>
- Returns:
- the descriptor instance to associate with this XMLNode
-
getDispatchTable
protected Map getDispatchTable()
Description copied from class:DeploymentDescriptorNode
all sub-implementation of this class can use a dispatch table to map xml element to method name on the descriptor class for setting the element value.- Overrides:
getDispatchTable
in classDeploymentDescriptorNode<EjbIORConfigurationDescriptor>
- Returns:
- the map with the element name as a key, the setter method as a value
-
writeDescriptor
public Node writeDescriptor(Node parent, String nodeName, EjbIORConfigurationDescriptor iorDesc)
Description copied from class:DeploymentDescriptorNode
write the descriptor class to a DOM tree and return it- Overrides:
writeDescriptor
in classDeploymentDescriptorNode<EjbIORConfigurationDescriptor>
- Parameters:
parent
- node in the DOM treenodeName
- name for the root element for this DOM tree fragmentiorDesc
- the descriptor to write- Returns:
- the DOM tree top node
-
-