Class JavaXmlTypeMappingNode
java.lang.Object
com.sun.xml.rpc.processor.generator.nodes.JaxRpcMappingNode
com.sun.xml.rpc.processor.generator.nodes.JavaXmlTypeMappingNode
- Version:
- 1.1.5
- Author:
- Qingqing Ouyang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrite(Node parent, String nodeName, AbstractType type, Configuration config, boolean isSimpleType) write the appropriate information to a DOM tree and return itwriteAnonymousArrayType(Node parent, String nodeName, LiteralStructuredType litStructType, Configuration config, boolean isSimpleType) Methods inherited from class com.sun.xml.rpc.processor.generator.nodes.JaxRpcMappingNode
appendChild, appendTextChild, appendTextChild, debug, forceAppendTextChild, getOwnerDocument, setAttribute, setAttributeNS
-
Constructor Details
-
JavaXmlTypeMappingNode
public JavaXmlTypeMappingNode()Default constructor.
-
-
Method Details
-
write
public Node write(Node parent, String nodeName, AbstractType type, Configuration config, boolean isSimpleType) 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 fragmenttype- java type- Returns:
- the DOM tree top node
- Throws:
Exception
-
writeAnonymousArrayType
public Node writeAnonymousArrayType(Node parent, String nodeName, LiteralStructuredType litStructType, Configuration config, boolean isSimpleType)
-