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

Packages that use Part
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 Part in com.sforce.ws.tools
 

Methods in com.sforce.ws.tools that return types with arguments of type Part
 Iterator<Part> ConnectionGenerator.headers()
           
 Iterator<Part> ConnectionGenerator.headersFor(Operation operation)
           
 

Methods in com.sforce.ws.tools with parameters of type Part
 String ConnectionGenerator.headerArgs(Part header)
           
 String ConnectionGenerator.headerElement(Part header)
           
 Iterator<Element> ConnectionGenerator.headerElements(Part header)
           
 String ConnectionGenerator.headerName(Part header)
           
 String ConnectionGenerator.headerType(Part header)
           
 

Uses of Part in com.sforce.ws.wsdl
 

Methods in com.sforce.ws.wsdl that return Part
 Part Message.getPart(String part)
           
 

Methods in com.sforce.ws.wsdl that return types with arguments of type Part
 Iterator<Part> Binding.getAllHeaders()
           
 Iterator<Part> Message.getParts()
           
 



Copyright © 2012. All Rights Reserved.