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 TypeMethodDescriptionvoidgeneratorPass(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 getGeneratorvoidMethod setBaseTypeMapping
-
Constructor Details
-
NoopFactory
public NoopFactory()
-
-
Method Details
-
generatorPass
Method generatorPass- Specified by:
generatorPassin interfaceGeneratorFactory- Parameters:
def-symbolTable-
-
getGenerator
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
message-symbolTable-- Returns:
-
getGenerator
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
portType-symbolTable-- Returns:
-
getGenerator
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
binding-symbolTable-- Returns:
-
getGenerator
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
service-symbolTable-- Returns:
-
getGenerator
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
type-symbolTable-- Returns:
-
getGenerator
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
definition-symbolTable-- Returns:
-
setBaseTypeMapping
Method setBaseTypeMapping- Specified by:
setBaseTypeMappingin interfaceGeneratorFactory- Parameters:
btm-
-
getBaseTypeMapping
Method getBaseTypeMapping- Specified by:
getBaseTypeMappingin interfaceGeneratorFactory- Returns:
-