Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.axis.wsdl.gen.NoopFactory
Method Summary | |
void |
|
BaseTypeMapping |
|
Generator |
|
Generator |
|
Generator |
|
Generator |
|
Generator |
|
Generator |
|
void |
|
public void generatorPass(Definition def, SymbolTable symbolTable)
Method generatorPass
- Specified by:
- generatorPass in interface GeneratorFactory
- Parameters:
def
-symbolTable
-
public BaseTypeMapping getBaseTypeMapping()
Method getBaseTypeMapping
- Specified by:
- getBaseTypeMapping in interface GeneratorFactory
- Returns:
public Generator getGenerator(Binding binding, SymbolTable symbolTable)
Method getGenerator
- Specified by:
- getGenerator in interface GeneratorFactory
- Parameters:
binding
-symbolTable
-
- Returns:
public Generator getGenerator(Definition definition, SymbolTable symbolTable)
Method getGenerator
- Specified by:
- getGenerator in interface GeneratorFactory
- Parameters:
definition
-symbolTable
-
- Returns:
public Generator getGenerator(Message message, SymbolTable symbolTable)
Method getGenerator
- Specified by:
- getGenerator in interface GeneratorFactory
- Parameters:
message
-symbolTable
-
- Returns:
public Generator getGenerator(PortType portType, SymbolTable symbolTable)
Method getGenerator
- Specified by:
- getGenerator in interface GeneratorFactory
- Parameters:
portType
-symbolTable
-
- Returns:
public Generator getGenerator(Service service, SymbolTable symbolTable)
Method getGenerator
- Specified by:
- getGenerator in interface GeneratorFactory
- Parameters:
service
-symbolTable
-
- Returns:
public Generator getGenerator(TypeEntry type, SymbolTable symbolTable)
Method getGenerator
- Specified by:
- getGenerator in interface GeneratorFactory
- Parameters:
type
-symbolTable
-
- Returns:
public void setBaseTypeMapping(BaseTypeMapping btm)
Method setBaseTypeMapping
- Specified by:
- setBaseTypeMapping in interface GeneratorFactory
- Parameters:
btm
-