public class CmpNode extends DeploymentDescriptorNode<IASEjbCMPEntityDescriptor>
| Modifier and Type | Field and Description |
|---|---|
protected IASEjbCMPEntityDescriptor |
descriptor |
abstractDescriptor, habitat, handlers, localStrings, parentNode, rootNode| Constructor and Description |
|---|
CmpNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescriptor(Object newDescriptor)
Adds a new DOL descriptor instance to the descriptor instance associated with
this XMLNode
|
IASEjbCMPEntityDescriptor |
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.
|
Node |
writeDescriptor(Node parent,
String nodeName,
IASEjbCMPEntityDescriptor ejbDescriptor)
write the descriptor class to a DOM tree and return it
|
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, startElement, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptorsprotected IASEjbCMPEntityDescriptor descriptor
public IASEjbCMPEntityDescriptor getDescriptor()
getDescriptor in interface XMLNode<IASEjbCMPEntityDescriptor>getDescriptor in class DeploymentDescriptorNode<IASEjbCMPEntityDescriptor>protected Map getDispatchTable()
DeploymentDescriptorNodegetDispatchTable in class DeploymentDescriptorNode<IASEjbCMPEntityDescriptor>public void addDescriptor(Object newDescriptor)
DeploymentDescriptorNodeaddDescriptor in interface XMLNode<IASEjbCMPEntityDescriptor>addDescriptor in class DeploymentDescriptorNode<IASEjbCMPEntityDescriptor>newDescriptor - the new descriptorpublic Node writeDescriptor(Node parent, String nodeName, IASEjbCMPEntityDescriptor ejbDescriptor)
DeploymentDescriptorNodewriteDescriptor in class DeploymentDescriptorNode<IASEjbCMPEntityDescriptor>parent - node in the DOM treenodeName - name for the root element for this DOM tree fragmentejbDescriptor - the descriptor to writeCopyright © 2017. All rights reserved.