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 voidgeneratorPass(javax.wsdl.Definition def, SymbolTable symbolTable)Method generatorPassBaseTypeMappinggetBaseTypeMapping()Method getBaseTypeMappingGeneratorgetGenerator(javax.wsdl.Binding binding, SymbolTable symbolTable)Method getGeneratorGeneratorgetGenerator(javax.wsdl.Definition definition, SymbolTable symbolTable)Method getGeneratorGeneratorgetGenerator(javax.wsdl.Message message, SymbolTable symbolTable)Method getGeneratorGeneratorgetGenerator(javax.wsdl.PortType portType, SymbolTable symbolTable)Method getGeneratorGeneratorgetGenerator(javax.wsdl.Service service, SymbolTable symbolTable)Method getGeneratorGeneratorgetGenerator(TypeEntry type, SymbolTable symbolTable)Method getGeneratorvoidsetBaseTypeMapping(BaseTypeMapping btm)Method setBaseTypeMapping
-
-
-
Method Detail
-
generatorPass
public void generatorPass(javax.wsdl.Definition def, SymbolTable symbolTable)Method generatorPass- Specified by:
generatorPassin interfaceGeneratorFactory- Parameters:
def-symbolTable-
-
getGenerator
public Generator getGenerator(javax.wsdl.Message message, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
message-symbolTable-- Returns:
-
getGenerator
public Generator getGenerator(javax.wsdl.PortType portType, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
portType-symbolTable-- Returns:
-
getGenerator
public Generator getGenerator(javax.wsdl.Binding binding, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
binding-symbolTable-- Returns:
-
getGenerator
public Generator getGenerator(javax.wsdl.Service service, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
service-symbolTable-- Returns:
-
getGenerator
public Generator getGenerator(TypeEntry type, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
type-symbolTable-- Returns:
-
getGenerator
public Generator getGenerator(javax.wsdl.Definition definition, SymbolTable symbolTable)
Method getGenerator- Specified by:
getGeneratorin interfaceGeneratorFactory- Parameters:
definition-symbolTable-- Returns:
-
setBaseTypeMapping
public void setBaseTypeMapping(BaseTypeMapping btm)
Method setBaseTypeMapping- Specified by:
setBaseTypeMappingin interfaceGeneratorFactory- Parameters:
btm-
-
getBaseTypeMapping
public BaseTypeMapping getBaseTypeMapping()
Method getBaseTypeMapping- Specified by:
getBaseTypeMappingin interfaceGeneratorFactory- Returns:
-
-