Class JavaWsdlMappingNode
java.lang.Object
com.sun.xml.rpc.processor.generator.nodes.JaxRpcMappingNode
com.sun.xml.rpc.processor.generator.nodes.JavaWsdlMappingNode
- 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
-
JavaWsdlMappingNode
public JavaWsdlMappingNode()Default constructor.
-
-
Method Details
-
write
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
-