public class SecurityRoleAssignmentNode extends RuntimeDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
Constructor and Description |
---|
SecurityRoleAssignmentNode() |
Modifier and Type | Method and Description |
---|---|
protected SecurityRoleAssignment |
createDescriptor() |
void |
setElementValue(XMLElement element,
String value)
receives notification of the value for a particular tag
|
Node |
writeDescriptor(Node parent,
String nodeName,
SecurityRoleAssignment descriptor)
write the descriptor class to a DOM tree and return it
|
Node |
writeDescriptors(Node parent,
String nodeName,
Descriptor parentDesc)
write all occurrences of the descriptor corresponding to the current
node from the parent descriptor to an JAXP DOM node and return it
This API will be invoked by the parent node when the parent node
writes out a mix of statically and dynamically registered sub nodes.
|
getDescriptor, writeCommonComponentInfo, writeMessageDestinationInfo
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, endElement, forceAppendTextChild, getDispatchTable, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptor, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptors
protected SecurityRoleAssignment createDescriptor()
createDescriptor
in class RuntimeDescriptorNode
public void setElementValue(XMLElement element, String value)
setElementValue
in interface XMLNode
setElementValue
in class RuntimeDescriptorNode
element
- the xml elementvalue
- it's associated valuepublic Node writeDescriptor(Node parent, String nodeName, SecurityRoleAssignment descriptor)
parent
- node for the DOM treenode
- namethe
- descriptor to writepublic Node writeDescriptors(Node parent, String nodeName, Descriptor parentDesc)
writeDescriptors
in class DeploymentDescriptorNode
parent
- node in the DOM treenodeName
- the name of the nodeparentDesc
- parent descriptor of the descriptor to be writtenCopyright © 2019. All rights reserved.