Class EjbRelationNode
- java.lang.Object
-
- com.sun.enterprise.deployment.node.DeploymentDescriptorNode<RelationshipDescriptor>
-
- org.glassfish.ejb.deployment.node.EjbRelationNode
-
- All Implemented Interfaces:
XMLNode<RelationshipDescriptor>
public class EjbRelationNode extends DeploymentDescriptorNode<RelationshipDescriptor>
- Version:
- Author:
- dochez
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
-
-
Constructor Summary
Constructors Constructor Description EjbRelationNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDescriptor(Object newDescriptor)Adds a new DOL descriptor instance to the descriptor instance associated with this XMLNodeRelationshipDescriptorgetDescriptor()protected MapgetDispatchTable()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.NodewriteDescriptor(Node parent, String nodeName, RelationshipDescriptor descriptor)write the descriptor class to a DOM tree and return it-
Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
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 RelationshipDescriptor getDescriptor()
- Specified by:
getDescriptorin interfaceXMLNode<RelationshipDescriptor>- Overrides:
getDescriptorin classDeploymentDescriptorNode<RelationshipDescriptor>- Returns:
- the descriptor instance to associate with this XMLNode
-
addDescriptor
public void addDescriptor(Object newDescriptor)
Description copied from class:DeploymentDescriptorNodeAdds a new DOL descriptor instance to the descriptor instance associated with this XMLNode- Specified by:
addDescriptorin interfaceXMLNode<RelationshipDescriptor>- Overrides:
addDescriptorin classDeploymentDescriptorNode<RelationshipDescriptor>- Parameters:
newDescriptor- the new descriptor
-
getDispatchTable
protected Map getDispatchTable()
Description copied from class:DeploymentDescriptorNodeall 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:
getDispatchTablein classDeploymentDescriptorNode<RelationshipDescriptor>- Returns:
- the map with the element name as a key, the setter method as a value
-
writeDescriptor
public Node writeDescriptor(Node parent, String nodeName, RelationshipDescriptor descriptor)
Description copied from class:DeploymentDescriptorNodewrite the descriptor class to a DOM tree and return it- Overrides:
writeDescriptorin classDeploymentDescriptorNode<RelationshipDescriptor>- Parameters:
parent- node in the DOM treenodeName- name for the root element for this DOM tree fragmentdescriptor- the descriptor to write- Returns:
- the DOM tree top node
-
-