org.apache.axis.wsdl.gen

Class NoopFactory

Implemented Interfaces:
GeneratorFactory

public class NoopFactory
extends java.lang.Object
implements GeneratorFactory

This factory returns a bunch of NoopGenerators

Method Summary

void
generatorPass(Definition def, SymbolTable symbolTable)
Method generatorPass
BaseTypeMapping
getBaseTypeMapping()
Method getBaseTypeMapping
Generator
getGenerator(Binding binding, SymbolTable symbolTable)
Method getGenerator
Generator
getGenerator(Definition definition, SymbolTable symbolTable)
Method getGenerator
Generator
getGenerator(Message message, SymbolTable symbolTable)
Method getGenerator
Generator
getGenerator(PortType portType, SymbolTable symbolTable)
Method getGenerator
Generator
getGenerator(Service service, SymbolTable symbolTable)
Method getGenerator
Generator
getGenerator(TypeEntry type, SymbolTable symbolTable)
Method getGenerator
void
setBaseTypeMapping(BaseTypeMapping btm)
Method setBaseTypeMapping

Method Details

generatorPass

public void generatorPass(Definition def,
                          SymbolTable symbolTable)
Method generatorPass
Specified by:
generatorPass in interface GeneratorFactory

Parameters:
def -
symbolTable -


getBaseTypeMapping

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

Returns:


getGenerator

public Generator getGenerator(Binding binding,
                              SymbolTable symbolTable)
Method getGenerator
Specified by:
getGenerator in interface GeneratorFactory

Parameters:
binding -
symbolTable -

Returns:


getGenerator

public Generator getGenerator(Definition definition,
                              SymbolTable symbolTable)
Method getGenerator
Specified by:
getGenerator in interface GeneratorFactory

Parameters:
definition -
symbolTable -

Returns:


getGenerator

public Generator getGenerator(Message message,
                              SymbolTable symbolTable)
Method getGenerator
Specified by:
getGenerator in interface GeneratorFactory

Parameters:
message -
symbolTable -

Returns:


getGenerator

public Generator getGenerator(PortType portType,
                              SymbolTable symbolTable)
Method getGenerator
Specified by:
getGenerator in interface GeneratorFactory

Parameters:
portType -
symbolTable -

Returns:


getGenerator

public Generator getGenerator(Service service,
                              SymbolTable symbolTable)
Method getGenerator
Specified by:
getGenerator in interface GeneratorFactory

Parameters:
service -
symbolTable -

Returns:


getGenerator

public Generator getGenerator(TypeEntry type,
                              SymbolTable symbolTable)
Method getGenerator
Specified by:
getGenerator in interface GeneratorFactory

Parameters:
type -
symbolTable -

Returns:


setBaseTypeMapping

public void setBaseTypeMapping(BaseTypeMapping btm)
Method setBaseTypeMapping
Specified by:
setBaseTypeMapping in interface GeneratorFactory

Parameters:
btm -


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.