Class PackageMappingNode
java.lang.Object
com.sun.xml.rpc.processor.generator.nodes.JaxRpcMappingNode
com.sun.xml.rpc.processor.generator.nodes.PackageMappingNode
- Version:
- 1.1.5
- Author:
- Qingqing Ouyang
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.xml.rpc.processor.generator.nodes.JaxRpcMappingNode
appendChild, appendTextChild, appendTextChild, debug, forceAppendTextChild, getOwnerDocument, setAttribute, setAttributeNS
-
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 treenodeName- name for the root element for this DOM tree fragmentpackageName- fully qualified Java package namenamespace- the URI for target namespace- Returns:
- the DOM tree top node
- Throws:
Exception
-