public class EjbSessionNode extends InterfaceBasedEjbNode<EjbSessionDescriptor>
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator| Constructor and Description |
|---|
EjbSessionNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endElement(XMLElement element)
receives notification of the end of an XML element by the Parser
|
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.
|
EjbSessionDescriptor |
getEjbDescriptor() |
void |
setElementValue(XMLElement element,
String value)
receives notification of the value for a particular tag
|
void |
startElement(XMLElement element,
Attributes attributes)
SAX Parser API implementation, we don't really care for now.
|
Node |
writeDescriptor(Node parent,
String nodeName,
EjbSessionDescriptor ejbDesc)
write the descriptor class to a DOM tree and return it
|
writeCommonHeaderEjbDescriptoraddDescriptor, getDescriptor, writeAroundInvokeDescriptors, writeAroundTimeoutDescriptors, writeRoleReferenceDescriptors, writeSecurityIdentityDescriptorwriteDescriptor, writeDisplayableComponentInfoaddNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, createDescriptor, forceAppendTextChild, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setParentNode, setXMLRootTag, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptorspublic EjbSessionDescriptor getEjbDescriptor()
getEjbDescriptor in class EjbNode<EjbSessionDescriptor>protected Map getDispatchTable()
DeploymentDescriptorNodegetDispatchTable in class InterfaceBasedEjbNode<EjbSessionDescriptor>public void startElement(XMLElement element, Attributes attributes)
DeploymentDescriptorNodestartElement in interface XMLNode<EjbSessionDescriptor>startElement in class DeploymentDescriptorNode<EjbSessionDescriptor>element - the XML element type nameattributes - the specified or defaultted attritutespublic void setElementValue(XMLElement element, String value)
DeploymentDescriptorNodesetElementValue in interface XMLNode<EjbSessionDescriptor>setElementValue in class DeploymentDescriptorNode<EjbSessionDescriptor>element - the xml elementvalue - it's associated valuepublic boolean endElement(XMLElement element)
DeploymentDescriptorNodeendElement in interface XMLNode<EjbSessionDescriptor>endElement in class DeploymentDescriptorNode<EjbSessionDescriptor>element - the xml tag identificationpublic Node writeDescriptor(Node parent, String nodeName, EjbSessionDescriptor ejbDesc)
DeploymentDescriptorNodewriteDescriptor in class DeploymentDescriptorNode<EjbSessionDescriptor>parent - node in the DOM treenodeName - name for the root element for this DOM tree fragmentejbDesc - the descriptor to writeCopyright © 2019. All rights reserved.