Class MessageListenerNode

  • All Implemented Interfaces:
    XMLNode

    public class MessageListenerNode
    extends DeploymentDescriptorNode
    This node is responsible for handling the Connector DTD related message-listener XML tag
    Version:
    Author:
    Sheetal Vartak
    • Constructor Detail

      • MessageListenerNode

        public MessageListenerNode()
    • Method Detail

      • getDispatchTable

        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.
        Overrides:
        getDispatchTable in class DeploymentDescriptorNode
        Returns:
        the map with the element name as a key, the setter method as a value
      • writeDescriptor

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