public class MessageDestinationRefNode extends DeploymentDescriptorNode<MessageDestinationReferenceDescriptor>
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator| Constructor and Description |
|---|
MessageDestinationRefNode() |
| Modifier and Type | Method and Description |
|---|---|
MessageDestinationReferenceDescriptor |
getDescriptor() |
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.
|
void |
setElementValue(XMLElement element,
String value)
receives notification of the value for a particular tag
|
Node |
writeDescriptor(Node parent,
String nodeName,
MessageDestinationReferenceDescriptor msgDestRef)
write the descriptor class to a DOM tree and return it
|
static void |
writeMessageDestinationReferences(Node parent,
MessageDestinationReferenceContainer descriptor)
writes all the runtime information for JMS destination references
|
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, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptorspublic MessageDestinationReferenceDescriptor getDescriptor()
getDescriptor in interface XMLNode<MessageDestinationReferenceDescriptor>getDescriptor in class DeploymentDescriptorNode<MessageDestinationReferenceDescriptor>protected Map getDispatchTable()
DeploymentDescriptorNodegetDispatchTable in class DeploymentDescriptorNode<MessageDestinationReferenceDescriptor>public void setElementValue(XMLElement element, String value)
DeploymentDescriptorNodesetElementValue in interface XMLNode<MessageDestinationReferenceDescriptor>setElementValue in class DeploymentDescriptorNode<MessageDestinationReferenceDescriptor>element - the xml elementvalue - it's associated valuepublic Node writeDescriptor(Node parent, String nodeName, MessageDestinationReferenceDescriptor msgDestRef)
DeploymentDescriptorNodewriteDescriptor in class DeploymentDescriptorNode<MessageDestinationReferenceDescriptor>parent - node in the DOM treenodeName - name for the root element for this DOM tree fragmentmsgDestRef - the descriptor to writepublic static void writeMessageDestinationReferences(Node parent, MessageDestinationReferenceContainer descriptor)
parent - node to add the runtime xml infothe - J2EE component containing message destination referencesCopyright © 2019. All rights reserved.