org.jboss.axis.wsdl.toJava
Class JavaDefinitionWriter
java.lang.Object
org.jboss.axis.wsdl.toJava.JavaDefinitionWriter
- All Implemented Interfaces:
- Generator (src)
- public class JavaDefinitionWriter
- extends java.lang.Object
- implements Generator (src)
This is Wsdl2java's Definition Writer.
It currently writes the following files:
Faults as needed.
Method Summary |
void |
generate()
Write other items from the definition as needed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
emitter
protected Emitter (src) emitter
definition
protected Definition definition
symbolTable
protected SymbolTable (src) symbolTable
JavaDefinitionWriter
public JavaDefinitionWriter(Emitter (src) emitter,
Definition definition,
SymbolTable (src) symbolTable)
- Constructor.
generate
public void generate()
throws java.io.IOException
- Write other items from the definition as needed.
- Specified by:
generate
in interface Generator (src)
- Throws:
java.io.IOException