|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.wsdl.gen.NoopFactory
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 |
public NoopFactory()
Method Detail |
public void generatorPass(Definition def, SymbolTable (src) symbolTable)
GeneratorFactory (src)
generatorPass
in interface GeneratorFactory (src)
public Generator (src) getGenerator(Message message, SymbolTable (src) symbolTable)
GeneratorFactory (src)
getGenerator
in interface GeneratorFactory (src)
public void setBaseTypeMapping(BaseTypeMapping (src) btm)
GeneratorFactory (src)
setBaseTypeMapping
in interface GeneratorFactory (src)
public BaseTypeMapping (src) getBaseTypeMapping()
getBaseTypeMapping
in interface GeneratorFactory (src)
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |