Class JavaWsdlMappingNode

java.lang.Object
com.sun.xml.rpc.processor.generator.nodes.JaxRpcMappingNode
com.sun.xml.rpc.processor.generator.nodes.JavaWsdlMappingNode

public class JavaWsdlMappingNode extends JaxRpcMappingNode
Version:
1.1.5
Author:
Qingqing Ouyang
  • Constructor Details

    • JavaWsdlMappingNode

      public JavaWsdlMappingNode()
      Default constructor.
  • Method Details

    • write

      public Node write(Node parent, String nodeName, Model model, Configuration config) throws Exception
      write the appropriate information to a DOM tree and return it
      Parameters:
      parent - node in the DOM tree
      nodeName - name for the root element for this DOM tree fragment
      model - jaxrpc model to write
      config - jaxrpc configuration
      Returns:
      the DOM tree top node
      Throws:
      Exception