public class WsdlCm extends XMLWriter
WsdlCm
class writes the component model in the W3C interchange format.Constructor and Description |
---|
WsdlCm(PrintWriter out)
Constructs a component model writer.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Tests the component model interchange format writer.
|
void |
write(Description descComp)
Writes the Description component in the component model interchange format.
|
beginElement, beginElement, close, element, emptyElement, endAllElements, endElement, escape, lookup, register, write, write, write, write, write, xmlDeclaration
public WsdlCm(PrintWriter out)
out
- the output writer for the component modelpublic void write(Description descComp)
descComp
- the Description componentpublic static void main(String[] args)
args
- the command line argumentsCopyright © 2005–2019 Apache Software Foundation. All rights reserved.