public interface GeneratorFactory
| Modifier and Type | Method and Description |
|---|---|
void |
generatorPass(Definition def,
SymbolTable symbolTable)
Allow the Generator extension to make a pass through the
symbol table doing any pre-generation logic, like creating
the Java names for each object and constructing signature
strings.
|
BaseTypeMapping |
getBaseTypeMapping()
Method getBaseTypeMapping
|
Generator |
getGenerator(Binding binding,
SymbolTable symbolTable)
Get a Generator implementation that will generate bindings for the given Binding.
|
Generator |
getGenerator(Definition definition,
SymbolTable symbolTable)
Get a Generator implementation that will generate anything that doesn't
fit into the scope of any of the other Generators.
|
Generator |
getGenerator(Message message,
SymbolTable symbolTable)
Get a Generator implementation that will generate bindings for the given Message.
|
Generator |
getGenerator(PortType portType,
SymbolTable symbolTable)
Get a Generator implementation that will generate bindings for the given PortType.
|
Generator |
getGenerator(Service service,
SymbolTable symbolTable)
Get a Generator implementation that will generate bindings for the given Service.
|
Generator |
getGenerator(TypeEntry type,
SymbolTable symbolTable)
Get a Generator implementation that will generate bindings for the given Type.
|
void |
setBaseTypeMapping(BaseTypeMapping btm)
Get TypeMapping to use for translating
QNames to base types
|
void generatorPass(Definition def, SymbolTable symbolTable)
def - symbolTable - Generator getGenerator(Message message, SymbolTable symbolTable)
message - symbolTable - Generator getGenerator(PortType portType, SymbolTable symbolTable)
portType - symbolTable - Generator getGenerator(Binding binding, SymbolTable symbolTable)
binding - symbolTable - Generator getGenerator(Service service, SymbolTable symbolTable)
service - symbolTable - Generator getGenerator(TypeEntry type, SymbolTable symbolTable)
type - symbolTable - Generator getGenerator(Definition definition, SymbolTable symbolTable)
definition - symbolTable - void setBaseTypeMapping(BaseTypeMapping btm)
btm - BaseTypeMapping getBaseTypeMapping()