|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.woden.ant.XMLWriter
org.apache.woden.ant.WsdlCm
public class WsdlCm
The WsdlCm class writes the component model in the W3C interchange format.
| Constructor Summary | |
|---|---|
WsdlCm(java.io.PrintWriter out)
Constructs a component model writer. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Tests the component model interchange format writer. |
void |
write(Description descComp)
Writes the Description component in the component model interchange format. |
| Methods inherited from class org.apache.woden.ant.XMLWriter |
|---|
beginElement, beginElement, close, element, emptyElement, endAllElements, endElement, escape, lookup, register, write, write, write, write, write, xmlDeclaration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsdlCm(java.io.PrintWriter out)
out - the output writer for the component model| Method Detail |
|---|
public void write(Description descComp)
descComp - the Description componentpublic static void main(java.lang.String[] args)
args - the command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||