Package org.apache.axis.wsdl.gen
Class NoopFactory
- java.lang.Object
-
- org.apache.axis.wsdl.gen.NoopFactory
-
- All Implemented Interfaces:
GeneratorFactory
public class NoopFactory extends java.lang.Object implements GeneratorFactory
This factory returns a bunch of NoopGenerators
-
-
Constructor Summary
Constructors Constructor Description NoopFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generatorPass(javax.wsdl.Definition def, SymbolTable symbolTable)
Method generatorPassBaseTypeMapping
getBaseTypeMapping()
Method getBaseTypeMappingGenerator
getGenerator(javax.wsdl.Binding binding, SymbolTable symbolTable)
Method getGeneratorGenerator
getGenerator(javax.wsdl.Definition definition, SymbolTable symbolTable)
Method getGeneratorGenerator
getGenerator(javax.wsdl.Message message, SymbolTable symbolTable)
Method getGeneratorGenerator
getGenerator(javax.wsdl.PortType portType, SymbolTable symbolTable)
Method getGeneratorGenerator
getGenerator(javax.wsdl.Service service, SymbolTable symbolTable)
Method getGeneratorGenerator
getGenerator(TypeEntry type, SymbolTable symbolTable)
Method getGeneratorvoid
setBaseTypeMapping(BaseTypeMapping btm)
Method setBaseTypeMapping
-
-
-
Method Detail
-
generatorPass
public void generatorPass(javax.wsdl.Definition def, SymbolTable symbolTable)
Method generatorPass- Specified by:
generatorPass
in interfaceGeneratorFactory
- Parameters:
def
-symbolTable
-
-
getGenerator
public Generator getGenerator(javax.wsdl.Message message, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
message
-symbolTable
-- Returns:
-
getGenerator
public Generator getGenerator(javax.wsdl.PortType portType, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
portType
-symbolTable
-- Returns:
-
getGenerator
public Generator getGenerator(javax.wsdl.Binding binding, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
binding
-symbolTable
-- Returns:
-
getGenerator
public Generator getGenerator(javax.wsdl.Service service, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
service
-symbolTable
-- Returns:
-
getGenerator
public Generator getGenerator(TypeEntry type, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
type
-symbolTable
-- Returns:
-
getGenerator
public Generator getGenerator(javax.wsdl.Definition definition, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
definition
-symbolTable
-- Returns:
-
setBaseTypeMapping
public void setBaseTypeMapping(BaseTypeMapping btm)
Method setBaseTypeMapping- Specified by:
setBaseTypeMapping
in interfaceGeneratorFactory
- Parameters:
btm
-
-
getBaseTypeMapping
public BaseTypeMapping getBaseTypeMapping()
Method getBaseTypeMapping- Specified by:
getBaseTypeMapping
in interfaceGeneratorFactory
- Returns:
-
-