org.jboss.axis.wsdl.gen
Class NoopFactory

java.lang.Object
  extended byorg.jboss.axis.wsdl.gen.NoopFactory
All Implemented Interfaces:
GeneratorFactory (src)

public class NoopFactory
extends java.lang.Object
implements GeneratorFactory (src)

This factory returns a bunch of NoopGenerators


Constructor Summary
NoopFactory()
           
 
Method Summary
 void generatorPass(Definition def, SymbolTable (src)  symbolTable)
          Allow the Generator extension to make a pass through the symbol table doing any pre-generation logic, like creating the Java names for each object and constructing signature strings.
 BaseTypeMapping (src) getBaseTypeMapping()
           
 Generator (src) getGenerator(Message message, SymbolTable (src)  symbolTable)
          Get a Generator implementation that will generate bindings for the given Message.
 void setBaseTypeMapping(BaseTypeMapping (src)  btm)
          Get TypeMapping to use for translating QNames to base types
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopFactory

public NoopFactory()
Method Detail

generatorPass

public void generatorPass(Definition def,
                          SymbolTable (src)  symbolTable)
Description copied from interface: GeneratorFactory (src)
Allow the Generator extension to make a pass through the symbol table doing any pre-generation logic, like creating the Java names for each object and constructing signature strings.

Specified by:
generatorPass in interface GeneratorFactory (src)

getGenerator

public Generator (src)  getGenerator(Message message,
                              SymbolTable (src)  symbolTable)
Description copied from interface: GeneratorFactory (src)
Get a Generator implementation that will generate bindings for the given Message.

Specified by:
getGenerator in interface GeneratorFactory (src)

setBaseTypeMapping

public void setBaseTypeMapping(BaseTypeMapping (src)  btm)
Description copied from interface: GeneratorFactory (src)
Get TypeMapping to use for translating QNames to base types

Specified by:
setBaseTypeMapping in interface GeneratorFactory (src)

getBaseTypeMapping

public BaseTypeMapping (src)  getBaseTypeMapping()
Specified by:
getBaseTypeMapping in interface GeneratorFactory (src)