public class EnterpriseBeansRuntimeNode extends RuntimeDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
Constructor and Description |
---|
EnterpriseBeansRuntimeNode() |
Modifier and Type | Method and Description |
---|---|
Object |
getDescriptor() |
protected XMLElement |
getXMLRootTag() |
void |
setElementValue(XMLElement element,
String value)
receives notification of the value for a particular tag
|
Node |
writeDescriptor(Node parent,
String nodeName,
EjbBundleDescriptorImpl bundleDescriptor)
write the descriptor class to a DOM tree and return it
|
createDescriptor, writeCommonComponentInfo, writeMessageDestinationInfo
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, endElement, forceAppendTextChild, getDispatchTable, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptors
public Object getDescriptor()
getDescriptor
in interface XMLNode
getDescriptor
in class RuntimeDescriptorNode
protected XMLElement getXMLRootTag()
getXMLRootTag
in class DeploymentDescriptorNode
public void setElementValue(XMLElement element, String value)
RuntimeDescriptorNode
setElementValue
in interface XMLNode
setElementValue
in class RuntimeDescriptorNode
element
- the xml elementvalue
- it's associated valuepublic Node writeDescriptor(Node parent, String nodeName, EjbBundleDescriptorImpl bundleDescriptor)
parent
- node for the DOM treethe
- descriptor to writeCopyright © 2020. All rights reserved.