public class InjectionTargetNode extends DeploymentDescriptorNode
abstractDescriptor, habitat, handlers, localStrings, parentNode, rootNode
Constructor and Description |
---|
InjectionTargetNode() |
Modifier and Type | Method and Description |
---|---|
protected InjectionTarget |
createDescriptor() |
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,
InjectionTarget descriptor)
write the descriptor class to a DOM tree and return it
|
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, endElement, forceAppendTextChild, getDescriptor, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setElementValue, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptors
protected InjectionTarget createDescriptor()
createDescriptor
in class DeploymentDescriptorNode
protected Map getDispatchTable()
getDispatchTable
in class DeploymentDescriptorNode
public Node writeDescriptor(Node parent, String nodeName, InjectionTarget descriptor)
parent
- node in the DOM treenode
- name for the root element of this xml fragmentthe
- descriptor to writeCopyright © 2018. All rights reserved.