Uses of Class
com.sforce.ws.wsdl.Types
-
Packages that use Types Package Description com.sforce.ws.bind Provides Java to XML binding.com.sforce.ws.codegen com.sforce.ws.tools Provides command line tools (like: wsdlc, post) for WSC.com.sforce.ws.wsdl Provides an WSDL Object model that can parse and generate WSDL. -
-
Uses of Types in com.sforce.ws.bind
Methods in com.sforce.ws.bind with parameters of type Types Modifier and Type Method Description StringTypeMapper. getJavaClassName(QName xmltype, Types types, boolean nillable)returns java class name for the specified xml complex type -
Uses of Types in com.sforce.ws.codegen
Methods in com.sforce.ws.codegen with parameters of type Types Modifier and Type Method Description protected voidGenerator. generate(Definitions definitions, SfdcApiType sfdcApiType, Types types, File dir)protected voidGenerator. generateClassFromComplexType(Types types, Schema schema, ComplexType complexType, File dir)protected voidGenerator. generateComplexTypeClass(Types types, Schema schema, File dir)protected voidGenerator. generateTypeClass(Types types, Schema schema, File dir)protected voidGenerator. generateTypeClasses(Types types, File dir)protected TypeMetadataConstructorGenerator. newTypeMetadataConstructor(Types types, Schema schema, ComplexType complexType, File dir)Extension point for embedding applications, like Maven plugins, to customize TypeMetadataConstructor without changing system properties.Constructors in com.sforce.ws.codegen with parameters of type Types Constructor Description TypeMetadataConstructor(Types types, Schema schema, ComplexType complexType, File tempDir, TypeMapper typeMapper)TypeMetadataConstructor(Types types, Schema schema, ComplexType complexType, File tempDir, TypeMapper typeMapper, boolean laxMinOccursMode) -
Uses of Types in com.sforce.ws.tools
Methods in com.sforce.ws.tools with parameters of type Types Modifier and Type Method Description protected voidwsdlc. generate(Definitions definitions, SfdcApiType sfdcApiType, Types types, File dir) -
Uses of Types in com.sforce.ws.wsdl
Methods in com.sforce.ws.wsdl that return Types Modifier and Type Method Description TypesDefinitions. getTypes()
-