Uses of Class
org.apache.axis.wsdl.symbolTable.BaseTypeMapping
Packages that use BaseTypeMapping
Package
Description
-
Uses of BaseTypeMapping in org.apache.axis.wsdl.gen
Methods in org.apache.axis.wsdl.gen that return BaseTypeMappingModifier and TypeMethodDescriptionGeneratorFactory.getBaseTypeMapping()
Method getBaseTypeMappingNoopFactory.getBaseTypeMapping()
Method getBaseTypeMappingMethods in org.apache.axis.wsdl.gen with parameters of type BaseTypeMappingModifier and TypeMethodDescriptionvoid
GeneratorFactory.setBaseTypeMapping
(BaseTypeMapping btm) Get TypeMapping to use for translating QNames to base typesvoid
NoopFactory.setBaseTypeMapping
(BaseTypeMapping btm) Method setBaseTypeMapping -
Uses of BaseTypeMapping in org.apache.axis.wsdl.symbolTable
Constructors in org.apache.axis.wsdl.symbolTable with parameters of type BaseTypeMappingModifierConstructorDescriptionSymbolTable
(BaseTypeMapping btm, boolean addImports, boolean verbose, boolean nowrap) Construct a symbol table with the given Namespaces. -
Uses of BaseTypeMapping in org.apache.axis.wsdl.toJava
Fields in org.apache.axis.wsdl.toJava declared as BaseTypeMappingModifier and TypeFieldDescriptionprotected BaseTypeMapping
Emitter.baseTypeMapping
Field baseTypeMappingMethods in org.apache.axis.wsdl.toJava that return BaseTypeMappingModifier and TypeMethodDescriptionJavaGeneratorFactory.getBaseTypeMapping()
Method getBaseTypeMappingMethods in org.apache.axis.wsdl.toJava with parameters of type BaseTypeMappingModifier and TypeMethodDescriptionvoid
JavaGeneratorFactory.setBaseTypeMapping
(BaseTypeMapping btm) Method setBaseTypeMapping