Uses of Class
com.sforce.ws.wsdl.Types

Packages that use Types
com.sforce.ws.bind Provides Java to XML binding. 
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
 String TypeMapper.getJavaClassName(QName xmltype, Types types, boolean nillable)
          returns java class name for the specified xml complex type
 

Uses of Types in com.sforce.ws.tools
 

Fields in com.sforce.ws.tools declared as Types
protected  Types TypeGenerator.types
           
 

Constructors in com.sforce.ws.tools with parameters of type Types
ComplexTypeGenerator(Types types, Schema schema, ComplexType complexType, File tempDir, TypeMapper typeMapper, boolean laxMinOccursMode)
           
SimpleTypeGenerator(Types types, Schema schema, SimpleType simpleType, File tempDir, TypeMapper typeMapper)
           
TypeGenerator(Types types, Schema schema, String name, File tempDir, TypeMapper typeMapper)
           
 

Uses of Types in com.sforce.ws.wsdl
 

Methods in com.sforce.ws.wsdl that return Types
 Types Definitions.getTypes()
           
 



Copyright © 2012. All Rights Reserved.