Class WebServiceRuntimeNode

  • All Implemented Interfaces:
    XMLNode

    public class WebServiceRuntimeNode
    extends DeploymentDescriptorNode
    This node is responsible for handling WebService runtime info
    Version:
    Author:
    Kenneth Saks
    • Constructor Detail

      • WebServiceRuntimeNode

        public WebServiceRuntimeNode()
    • Method Detail

      • writeDescriptor

        public Node writeDescriptor​(Node parent,
                                    String nodeName,
                                    WebService webService)
        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
      • writeWebServiceRuntimeInfo

        public void writeWebServiceRuntimeInfo​(Node parent,
                                               BundleDescriptor bundle)
        writes all the runtime information for the web services for a given bundle descriptor
        Parameters:
        parent - node to add the runtime xml info
        the - bundle descriptor