|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.wsdl.gen.NoopFactory
This factory returns a bunch of NoopGenerators
Constructor Summary | |
NoopFactory()
|
Method Summary | |
void |
generatorPass(javax.wsdl.Definition def,
SymbolTable symbolTable)
Method generatorPass |
BaseTypeMapping |
getBaseTypeMapping()
Method getBaseTypeMapping |
Generator |
getGenerator(javax.wsdl.Binding binding,
SymbolTable symbolTable)
Method getGenerator |
Generator |
getGenerator(javax.wsdl.Definition definition,
SymbolTable symbolTable)
Method getGenerator |
Generator |
getGenerator(javax.wsdl.Message message,
SymbolTable symbolTable)
Method getGenerator |
Generator |
getGenerator(javax.wsdl.PortType portType,
SymbolTable symbolTable)
Method getGenerator |
Generator |
getGenerator(javax.wsdl.Service service,
SymbolTable symbolTable)
Method getGenerator |
Generator |
getGenerator(TypeEntry type,
SymbolTable symbolTable)
Method getGenerator |
void |
setBaseTypeMapping(BaseTypeMapping btm)
Method setBaseTypeMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NoopFactory()
Method Detail |
public void generatorPass(javax.wsdl.Definition def, SymbolTable symbolTable)
generatorPass
in interface GeneratorFactory
def
- symbolTable
- public Generator getGenerator(javax.wsdl.Message message, SymbolTable symbolTable)
getGenerator
in interface GeneratorFactory
message
- symbolTable
-
public Generator getGenerator(javax.wsdl.PortType portType, SymbolTable symbolTable)
getGenerator
in interface GeneratorFactory
portType
- symbolTable
-
public Generator getGenerator(javax.wsdl.Binding binding, SymbolTable symbolTable)
getGenerator
in interface GeneratorFactory
binding
- symbolTable
-
public Generator getGenerator(javax.wsdl.Service service, SymbolTable symbolTable)
getGenerator
in interface GeneratorFactory
service
- symbolTable
-
public Generator getGenerator(TypeEntry type, SymbolTable symbolTable)
getGenerator
in interface GeneratorFactory
type
- symbolTable
-
public Generator getGenerator(javax.wsdl.Definition definition, SymbolTable symbolTable)
getGenerator
in interface GeneratorFactory
definition
- symbolTable
-
public void setBaseTypeMapping(BaseTypeMapping btm)
setBaseTypeMapping
in interface GeneratorFactory
btm
- public BaseTypeMapping getBaseTypeMapping()
getBaseTypeMapping
in interface GeneratorFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |