org.apache.woden.ant
Class WsdlCm
java.lang.Object
org.apache.woden.ant.XMLWriter
org.apache.woden.ant.WsdlCm
public class WsdlCm
- extends XMLWriter
The WsdlCm
class writes the component model in the W3C interchange format.
- Author:
- Arthur Ryman (ryman@ca.ibm.com, arthur-ryman@gmail.com)
Method Summary |
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. |
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 |
WsdlCm
public WsdlCm(PrintWriter out)
- Constructs a component model writer.
- Parameters:
out
- the output writer for the component model
write
public void write(Description descComp)
- Writes the Description component in the component model interchange format.
- Parameters:
descComp
- the Description component
main
public static void main(String[] args)
- Tests the component model interchange format writer.
TODO Move this method into a tests package.
- Parameters:
args
- the command line arguments
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.