Class RoleMapNode

  • All Implemented Interfaces:
    XMLNode

    public class RoleMapNode
    extends RuntimeDescriptorNode
    This node handles the role-map runtime deployment descriptors
    Version:
    Author:
    Jerome Dochez
    • Constructor Detail

      • RoleMapNode

        public RoleMapNode()
    • Method Detail

      • writeDescriptor

        public Node writeDescriptor​(Node parent,
                                    String nodeName,
                                    RoleMap descriptor)
        write the descriptor class to a DOM tree and return it
        Parameters:
        parent - node for the DOM tree
        node - name for the descriptor
        the - descriptor to write
        Returns:
        the DOM tree top node