org.apache.axis.wsdl.gen

Class NoopFactory

public class NoopFactory extends Object implements GeneratorFactory

This factory returns a bunch of NoopGenerators
Method Summary
voidgeneratorPass(Definition def, SymbolTable symbolTable)
Method generatorPass
BaseTypeMappinggetBaseTypeMapping()
Method getBaseTypeMapping
GeneratorgetGenerator(Message message, SymbolTable symbolTable)
Method getGenerator
GeneratorgetGenerator(PortType portType, SymbolTable symbolTable)
Method getGenerator
GeneratorgetGenerator(Binding binding, SymbolTable symbolTable)
Method getGenerator
GeneratorgetGenerator(Service service, SymbolTable symbolTable)
Method getGenerator
GeneratorgetGenerator(TypeEntry type, SymbolTable symbolTable)
Method getGenerator
GeneratorgetGenerator(Definition definition, SymbolTable symbolTable)
Method getGenerator
voidsetBaseTypeMapping(BaseTypeMapping btm)
Method setBaseTypeMapping

Method Detail

generatorPass

public void generatorPass(Definition def, SymbolTable symbolTable)
Method generatorPass

Parameters: def symbolTable

getBaseTypeMapping

public BaseTypeMapping getBaseTypeMapping()
Method getBaseTypeMapping

Returns:

getGenerator

public Generator getGenerator(Message message, SymbolTable symbolTable)
Method getGenerator

Parameters: message symbolTable

Returns:

getGenerator

public Generator getGenerator(PortType portType, SymbolTable symbolTable)
Method getGenerator

Parameters: portType symbolTable

Returns:

getGenerator

public Generator getGenerator(Binding binding, SymbolTable symbolTable)
Method getGenerator

Parameters: binding symbolTable

Returns:

getGenerator

public Generator getGenerator(Service service, SymbolTable symbolTable)
Method getGenerator

Parameters: service symbolTable

Returns:

getGenerator

public Generator getGenerator(TypeEntry type, SymbolTable symbolTable)
Method getGenerator

Parameters: type symbolTable

Returns:

getGenerator

public Generator getGenerator(Definition definition, SymbolTable symbolTable)
Method getGenerator

Parameters: definition symbolTable

Returns:

setBaseTypeMapping

public void setBaseTypeMapping(BaseTypeMapping btm)
Method setBaseTypeMapping

Parameters: btm

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