org.apache.axis.wsdl.toJava
Class JavaSkelWriter
java.lang.Object
|
+--org.apache.axis.wsdl.toJava.JavaWriter
|
+--org.apache.axis.wsdl.toJava.JavaSkelWriter
- All Implemented Interfaces:
- Writer
- public class JavaSkelWriter
- extends JavaWriter
This is Wsdl2java's skeleton writer. It writes the Skeleton.java
file which contains the Skeleton class.
Fields inherited from class org.apache.axis.wsdl.toJava.JavaWriter |
className, embeddedCode, emitter, fileName, message, namespaces, packageName, pw, qname, rootName, type |
Method Summary |
protected void |
writeFileBody()
Write the body of the binding's stub file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaSkelWriter
protected JavaSkelWriter(Emitter emitter,
BindingEntry bEntry,
SymbolTable symbolTable)
- Constructor.
writeFileBody
protected void writeFileBody()
throws java.io.IOException
- Write the body of the binding's stub file.
- Overrides:
writeFileBody
in class JavaWriter
Copyright © 2001 Apache XML Project. All Rights Reserved.