Class MessageDestinationRefNode
- java.lang.Object
-
- com.sun.enterprise.deployment.node.DeploymentDescriptorNode<MessageDestinationReferenceDescriptor>
-
- com.sun.enterprise.deployment.node.runtime.MessageDestinationRefNode
-
- All Implemented Interfaces:
XMLNode<MessageDestinationReferenceDescriptor>
public class MessageDestinationRefNode extends DeploymentDescriptorNode<MessageDestinationReferenceDescriptor>
This node is responsible for handling runtime descriptor message-destination-ref tag
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
-
-
Constructor Summary
Constructors Constructor Description MessageDestinationRefNode()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageDestinationReferenceDescriptorgetDescriptor()protected MapgetDispatchTable()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.voidsetElementValue(XMLElement element, String value)receives notification of the value for a particular tagNodewriteDescriptor(Node parent, String nodeName, MessageDestinationReferenceDescriptor msgDestRef)write the descriptor class to a DOM tree and return itstatic voidwriteMessageDestinationReferences(Node parent, MessageDestinationReferenceContainer descriptor)writes all the runtime information for JMS destination references-
Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
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, writeSubDescriptors
-
-
-
-
Method Detail
-
getDescriptor
public MessageDestinationReferenceDescriptor getDescriptor()
- Specified by:
getDescriptorin interfaceXMLNode<MessageDestinationReferenceDescriptor>- Overrides:
getDescriptorin classDeploymentDescriptorNode<MessageDestinationReferenceDescriptor>- Returns:
- the descriptor instance to associate with this XMLNode
-
getDispatchTable
protected Map getDispatchTable()
Description copied from class:DeploymentDescriptorNodeall 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.- Overrides:
getDispatchTablein classDeploymentDescriptorNode<MessageDestinationReferenceDescriptor>- Returns:
- the map with the element name as a key, the setter method as a value
-
setElementValue
public void setElementValue(XMLElement element, String value)
Description copied from class:DeploymentDescriptorNodereceives notification of the value for a particular tag- Specified by:
setElementValuein interfaceXMLNode<MessageDestinationReferenceDescriptor>- Overrides:
setElementValuein classDeploymentDescriptorNode<MessageDestinationReferenceDescriptor>- Parameters:
element- the xml elementvalue- it's associated value
-
writeDescriptor
public Node writeDescriptor(Node parent, String nodeName, MessageDestinationReferenceDescriptor msgDestRef)
Description copied from class:DeploymentDescriptorNodewrite the descriptor class to a DOM tree and return it- Overrides:
writeDescriptorin classDeploymentDescriptorNode<MessageDestinationReferenceDescriptor>- Parameters:
parent- node in the DOM treenodeName- name for the root element for this DOM tree fragmentmsgDestRef- the descriptor to write- Returns:
- the DOM tree top node
-
writeMessageDestinationReferences
public static void writeMessageDestinationReferences(Node parent, MessageDestinationReferenceContainer descriptor)
writes all the runtime information for JMS destination references- Parameters:
parent- node to add the runtime xml infothe- J2EE component containing message destination references
-
-