Uses of Class
org.apache.axis.wsdl.symbolTable.BaseTypeMapping
-
Packages that use BaseTypeMapping Package Description org.apache.axis.wsdl.gen org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.toJava -
-
Uses of BaseTypeMapping in org.apache.axis.wsdl.gen
Methods in org.apache.axis.wsdl.gen that return BaseTypeMapping Modifier and Type Method Description BaseTypeMapping
GeneratorFactory. getBaseTypeMapping()
Method getBaseTypeMappingBaseTypeMapping
NoopFactory. getBaseTypeMapping()
Method getBaseTypeMappingMethods in org.apache.axis.wsdl.gen with parameters of type BaseTypeMapping Modifier and Type Method Description void
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 BaseTypeMapping Constructor Description SymbolTable(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 BaseTypeMapping Modifier and Type Field Description protected BaseTypeMapping
Emitter. baseTypeMapping
Field baseTypeMappingMethods in org.apache.axis.wsdl.toJava that return BaseTypeMapping Modifier and Type Method Description BaseTypeMapping
JavaGeneratorFactory. getBaseTypeMapping()
Method getBaseTypeMappingMethods in org.apache.axis.wsdl.toJava with parameters of type BaseTypeMapping Modifier and Type Method Description void
JavaGeneratorFactory. setBaseTypeMapping(BaseTypeMapping btm)
Method setBaseTypeMapping
-