org.apache.axis.wsdl.toJava
Class JavaHolderWriter
java.lang.Object
|
+--org.apache.axis.wsdl.toJava.JavaWriter
|
+--org.apache.axis.wsdl.toJava.JavaHolderWriter
- All Implemented Interfaces:
- Writer
- public class JavaHolderWriter
- extends JavaWriter
This is Wsdl2java's Holder Writer. It writes the Holder.java file.
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()
Generate the holder for the given complex type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaHolderWriter
protected JavaHolderWriter(Emitter emitter,
TypeEntry type)
- Constructor.
writeFileBody
protected void writeFileBody()
throws java.io.IOException
- Generate the holder for the given complex type.
- Overrides:
writeFileBody
in class JavaWriter
Copyright © 2001 Apache XML Project. All Rights Reserved.