public class RespectBindingNode extends DisplayableComponentNode
abstractDescriptor, habitat, handlers, localStrings, parentNode, rootNode| Constructor and Description |
|---|
RespectBindingNode() |
| Modifier and Type | Method and Description |
|---|---|
protected RespectBinding |
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.
|
protected XMLElement |
getXMLRootTag() |
void |
setElementValue(XMLElement element,
String value)
receives notification of the value for a particular tag
|
Node |
writeDescriptor(Node parent,
String nodeName,
RespectBinding rb)
write the method descriptor class to a query-method DOM tree and
return it
|
writeDescriptor, writeDisplayableComponentInfoaddDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, endElement, forceAppendTextChild, getDescriptor, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptorsprotected XMLElement getXMLRootTag()
getXMLRootTag in class DeploymentDescriptorNodeprotected RespectBinding createDescriptor()
createDescriptor in class DeploymentDescriptorNodeprotected Map getDispatchTable()
getDispatchTable in class DeploymentDescriptorNodepublic void setElementValue(XMLElement element, String value)
setElementValue in interface XMLNodesetElementValue in class DeploymentDescriptorNodeelement - the xml elementvalue - it's associated valuepublic Node writeDescriptor(Node parent, String nodeName, RespectBinding rb)
parent - node in the DOM treenode - name for the root element of this xml fragmentthe - descriptor to writeCopyright © 2017. All rights reserved.