Class WebServiceNode

  • All Implemented Interfaces:
    XMLNode

    public class WebServiceNode
    extends DisplayableComponentNode
    This node is responsible for loading web services reference information
    Author:
    Kenneth Saks
    • Constructor Detail

      • WebServiceNode

        public WebServiceNode()
    • Method Detail

      • init

        protected void init()
        initilizer method after instance creation
      • 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:
        map with the element name as a key, the setter method as a value
      • writeDescriptor

        public Node writeDescriptor​(Node parent,
                                    String nodeName,
                                    WebService descriptor)
        write the method descriptor class to a query-method DOM tree and return it
        Parameters:
        parent - node in the DOM tree
        nodeName - name for the root element of this xml fragment
        descriptor - the descriptor to write
        Returns:
        the DOM tree top node