org.jboss.axis.wsdl.toJava
Class JavaGeneratorFactory.Writers

java.lang.Object
  extended byorg.jboss.axis.wsdl.toJava.JavaGeneratorFactory.Writers
All Implemented Interfaces:
Generator (src)
Enclosing class:
JavaGeneratorFactory (src)

protected class JavaGeneratorFactory.Writers
extends java.lang.Object
implements Generator (src)


Constructor Summary
protected JavaGeneratorFactory.Writers()
           
 
Method Summary
 void addGenerator(java.lang.Class writer)
           
 void addStuff(Generator (src)  baseWriter, SymTabEntry (src)  entry, SymbolTable (src)  symbolTable)
           
 void generate()
          Generate something.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaGeneratorFactory.Writers

protected JavaGeneratorFactory.Writers()
Method Detail

addGenerator

public void addGenerator(java.lang.Class writer)

addStuff

public void addStuff(Generator (src)  baseWriter,
                     SymTabEntry (src)  entry,
                     SymbolTable (src)  symbolTable)

generate

public void generate()
              throws java.io.IOException
Description copied from interface: Generator (src)
Generate something.

Specified by:
generate in interface Generator (src)
Throws:
java.io.IOException