Class PackageMappingNode

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

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

    • PackageMappingNode

      public PackageMappingNode()
      Default constructor.
  • Method Details

    • write

      public Node write(Node parent, String nodeName, String packageName, String namespace) 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
      packageName - fully qualified Java package name
      namespace - the URI for target namespace
      Returns:
      the DOM tree top node
      Throws:
      Exception