org.apache.axis.wsdl.toJava
Class JavaEnumTypeWriter
java.lang.Object
|
+--org.apache.axis.wsdl.toJava.JavaWriter
|
+--org.apache.axis.wsdl.toJava.JavaEnumTypeWriter
- All Implemented Interfaces:
- Writer
- public class JavaEnumTypeWriter
- extends JavaWriter
This is Wsdl2java's Complex Type Writer. It writes the .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 binding for the given enumeration type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaEnumTypeWriter
protected JavaEnumTypeWriter(Emitter emitter,
TypeEntry type,
java.util.Vector elements)
- Constructor.
writeFileBody
protected void writeFileBody()
throws java.io.IOException
- Generate the binding for the given enumeration type.
The values vector contains the base type (first index) and
the values (subsequent Strings)
- Overrides:
writeFileBody
in class JavaWriter
Copyright © 2001 Apache XML Project. All Rights Reserved.