Class OutBoundRANode
- java.lang.Object
-
- com.sun.enterprise.deployment.node.DeploymentDescriptorNode
-
- com.sun.enterprise.deployment.node.connector.OutBoundRANode
-
- All Implemented Interfaces:
XMLNode
public class OutBoundRANode extends DeploymentDescriptorNode
This node signifies the outbound-resourceadapter tag in Connector DTD- Version:
- Author:
- Sheetal Vartak
-
-
Field Summary
Fields Modifier and Type Field Description static XMLElementtag-
Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
-
-
Constructor Summary
Constructors Constructor Description OutBoundRANode()OutBoundRANode(XMLElement element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDescriptor(Object obj)Adds a new DOL descriptor instance to the descriptor instance associated with this XMLNodevoidcreateConDefDescriptorFor10()This method is required for 1.0 DTD so that there will be 1 instance of ConnectionDefDescriptor available I know that this constructor will be called only when it is a 1.0 DD dont want to rely on whether 1.0 or 1.5 spec version So this method is called when the ConnectorNode knows that it is for 1.0 DTDObjectgetDescriptor()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.voidstartElement(XMLElement element, Attributes attributes)SAX Parser API implementation, we don't really care for now.NodewriteDescriptor(Node connectorNode, Descriptor descriptor)write the descriptor class to a DOM tree and return it-
Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
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, setElementValue, setParentNode, setXMLRootTag, writeDescriptor, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptors
-
-
-
-
Field Detail
-
tag
public static final XMLElement tag
-
-
Constructor Detail
-
OutBoundRANode
public OutBoundRANode()
-
OutBoundRANode
public OutBoundRANode(XMLElement element)
-
-
Method Detail
-
createConDefDescriptorFor10
public void createConDefDescriptorFor10()
This method is required for 1.0 DTD so that there will be 1 instance of ConnectionDefDescriptor available I know that this constructor will be called only when it is a 1.0 DD dont want to rely on whether 1.0 or 1.5 spec version So this method is called when the ConnectorNode knows that it is for 1.0 DTD
-
getDescriptor
public Object getDescriptor()
- Specified by:
getDescriptorin interfaceXMLNode- Overrides:
getDescriptorin classDeploymentDescriptorNode- Returns:
- the descriptor instance to associate with this XMLNode
-
addDescriptor
public void addDescriptor(Object obj)
Adds a new DOL descriptor instance to the descriptor instance associated with this XMLNode- Specified by:
addDescriptorin interfaceXMLNode- Overrides:
addDescriptorin classDeploymentDescriptorNode- Parameters:
descriptor- the new descriptor
-
getDispatchTable
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.- Overrides:
getDispatchTablein classDeploymentDescriptorNode- Returns:
- the map with the element name as a key, the setter method as a value
-
writeDescriptor
public Node writeDescriptor(Node connectorNode, Descriptor descriptor)
write the descriptor class to a DOM tree and return it- Parameters:
parent- node for the DOM treethe- descriptor to write- Returns:
- the DOM tree top node
-
startElement
public void startElement(XMLElement element, Attributes attributes)
SAX Parser API implementation, we don't really care for now.- Specified by:
startElementin interfaceXMLNode- Overrides:
startElementin classDeploymentDescriptorNode- Parameters:
element- the XML element type nameattributes- the specified or defaultted attritutes
-
-