public class JMSConnectionFactoryDefinitionNode extends DeploymentDescriptorNode<JMSConnectionFactoryDefinitionDescriptor>
| Modifier and Type | Field and Description |
|---|---|
static XMLElement |
tag |
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator| Constructor and Description |
|---|
JMSConnectionFactoryDefinitionNode() |
| Modifier and Type | Method and Description |
|---|---|
JMSConnectionFactoryDefinitionDescriptor |
getDescriptor() |
protected Map<String,String> |
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,
JMSConnectionFactoryDefinitionDescriptor desc)
write the descriptor class to a DOM tree and return it
|
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, writeSubDescriptorspublic static final XMLElement tag
protected Map<String,String> getDispatchTable()
DeploymentDescriptorNodegetDispatchTable in class DeploymentDescriptorNode<JMSConnectionFactoryDefinitionDescriptor>public Node writeDescriptor(Node parent, String nodeName, JMSConnectionFactoryDefinitionDescriptor desc)
DeploymentDescriptorNodewriteDescriptor in class DeploymentDescriptorNode<JMSConnectionFactoryDefinitionDescriptor>parent - node in the DOM treenodeName - name for the root element for this DOM tree fragmentdesc - the descriptor to writepublic JMSConnectionFactoryDefinitionDescriptor getDescriptor()
getDescriptor in interface XMLNode<JMSConnectionFactoryDefinitionDescriptor>getDescriptor in class DeploymentDescriptorNode<JMSConnectionFactoryDefinitionDescriptor>Copyright © 2019. All rights reserved.