public class RuntimeDescriptorNode<T> extends DeploymentDescriptorNode<T>
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
Constructor and Description |
---|
RuntimeDescriptorNode() |
Modifier and Type | Method and Description |
---|---|
protected Object |
createDescriptor() |
T |
getDescriptor() |
void |
setElementValue(XMLElement element,
String value)
receives notification of the value for a particular tag
|
static void |
writeCommonComponentInfo(Node parent,
Descriptor descriptor)
writes all information common to all J2EE components
|
static void |
writeMessageDestinationInfo(Node parent,
BundleDescriptor descriptor) |
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, endElement, forceAppendTextChild, getDispatchTable, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, 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 T getDescriptor()
getDescriptor
in interface XMLNode<T>
getDescriptor
in class DeploymentDescriptorNode<T>
protected Object createDescriptor()
createDescriptor
in class DeploymentDescriptorNode<T>
public void setElementValue(XMLElement element, String value)
setElementValue
in interface XMLNode<T>
setElementValue
in class DeploymentDescriptorNode<T>
element
- the xml elementvalue
- it's associated valuepublic static void writeCommonComponentInfo(Node parent, Descriptor descriptor)
parent
- xml node parent to add the info todescriptor
- the descriptorpublic static void writeMessageDestinationInfo(Node parent, BundleDescriptor descriptor)
Copyright © 2019. All rights reserved.