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 Summary
Constructors Constructor Description JavaWsdlMappingNode()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nodewrite(Node parent, String nodeName, Model model, Configuration config)write the appropriate information to a DOM tree and return it-
Methods inherited from class com.sun.xml.rpc.processor.generator.nodes.JaxRpcMappingNode
appendChild, appendTextChild, appendTextChild, debug, forceAppendTextChild, getOwnerDocument, setAttribute, setAttributeNS
-
-
-
-
Method Detail
-
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 treenodeName- name for the root element for this DOM tree fragmentmodel- jaxrpc model to writeconfig- jaxrpc configuration- Returns:
- the DOM tree top node
- Throws:
Exception
-
-