Package org.apache.axis.wsdl.gen
Class NoopFactory
java.lang.Object
org.apache.axis.wsdl.gen.NoopFactory
- All Implemented Interfaces:
GeneratorFactory
This factory returns a bunch of NoopGenerators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generatorPass
(javax.wsdl.Definition def, SymbolTable symbolTable) Method generatorPassMethod getBaseTypeMappinggetGenerator
(javax.wsdl.Binding binding, SymbolTable symbolTable) Method getGeneratorgetGenerator
(javax.wsdl.Definition definition, SymbolTable symbolTable) Method getGeneratorgetGenerator
(javax.wsdl.Message message, SymbolTable symbolTable) Method getGeneratorgetGenerator
(javax.wsdl.PortType portType, SymbolTable symbolTable) Method getGeneratorgetGenerator
(javax.wsdl.Service service, SymbolTable symbolTable) Method getGeneratorgetGenerator
(TypeEntry type, SymbolTable symbolTable) Method getGeneratorvoid
Method setBaseTypeMapping
-
Constructor Details
-
NoopFactory
public NoopFactory()
-
-
Method Details
-
generatorPass
Method generatorPass- Specified by:
generatorPass
in interfaceGeneratorFactory
- Parameters:
def
-symbolTable
-
-
getGenerator
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
message
-symbolTable
-- Returns:
-
getGenerator
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
portType
-symbolTable
-- Returns:
-
getGenerator
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
binding
-symbolTable
-- Returns:
-
getGenerator
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
service
-symbolTable
-- Returns:
-
getGenerator
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
type
-symbolTable
-- Returns:
-
getGenerator
Method getGenerator- Specified by:
getGenerator
in interfaceGeneratorFactory
- Parameters:
definition
-symbolTable
-- Returns:
-
setBaseTypeMapping
Method setBaseTypeMapping- Specified by:
setBaseTypeMapping
in interfaceGeneratorFactory
- Parameters:
btm
-
-
getBaseTypeMapping
Method getBaseTypeMapping- Specified by:
getBaseTypeMapping
in interfaceGeneratorFactory
- Returns:
-