public class EjbRelationshipRoleNode extends DeploymentDescriptorNode<RelationRoleDescriptor>
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator| Constructor and Description |
|---|
EjbRelationshipRoleNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endElement(XMLElement element)
receives notification of the end of an XML element by the Parser
|
RelationRoleDescriptor |
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.
|
XMLNode |
getHandlerFor(XMLElement element)
Return the XMLNode implementation respionsible for
handling the sub-element of the current node
|
boolean |
handlesElement(XMLElement element)
Return true if the XMLNode is responisble for handling the
XML element
|
void |
setElementValue(XMLElement element,
String value)
receives notification of the value for a particular tag
|
Node |
writeDescriptor(Node parent,
String nodeName,
RelationRoleDescriptor descriptor)
write the descriptor class to a DOM tree and return it
|
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, createDescriptor, forceAppendTextChild, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, 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 XMLNode getHandlerFor(XMLElement element)
XMLNodegetHandlerFor in interface XMLNode<RelationRoleDescriptor>getHandlerFor in class DeploymentDescriptorNode<RelationRoleDescriptor>element - the XML element type namepublic boolean handlesElement(XMLElement element)
XMLNodehandlesElement in interface XMLNode<RelationRoleDescriptor>handlesElement in class DeploymentDescriptorNode<RelationRoleDescriptor>element - the XML element type namepublic RelationRoleDescriptor getDescriptor()
getDescriptor in interface XMLNode<RelationRoleDescriptor>getDescriptor in class DeploymentDescriptorNode<RelationRoleDescriptor>protected Map getDispatchTable()
DeploymentDescriptorNodegetDispatchTable in class DeploymentDescriptorNode<RelationRoleDescriptor>public boolean endElement(XMLElement element)
DeploymentDescriptorNodeendElement in interface XMLNode<RelationRoleDescriptor>endElement in class DeploymentDescriptorNode<RelationRoleDescriptor>element - the xml tag identificationpublic void setElementValue(XMLElement element, String value)
DeploymentDescriptorNodesetElementValue in interface XMLNode<RelationRoleDescriptor>setElementValue in class DeploymentDescriptorNode<RelationRoleDescriptor>element - the xml elementvalue - it's associated valuepublic Node writeDescriptor(Node parent, String nodeName, RelationRoleDescriptor descriptor)
DeploymentDescriptorNodewriteDescriptor in class DeploymentDescriptorNode<RelationRoleDescriptor>parent - node in the DOM treenodeName - name for the root element for this DOM tree fragmentdescriptor - the descriptor to writeCopyright © 2019. All rights reserved.