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

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

Methods in com.sforce.ws.codegen that throw WsdlParseException
 void Generator.generate(URL wsdl, File dest)
           
 

Uses of WsdlParseException in com.sforce.ws.tools
 

Methods in com.sforce.ws.tools that throw WsdlParseException
static void wsdlc.run(String wsdlUrl, String destJarFilename, String packagePrefix, boolean standAlone, org.stringtemplate.v4.STGroupDir templates, String destDir, boolean compile)
           
 

Uses of WsdlParseException in com.sforce.ws.wsdl
 

Methods in com.sforce.ws.wsdl that throw WsdlParseException
static Definitions WsdlFactory.create(URL url)
           
static Definitions WsdlFactory.createFromString(String wsdl)
           
 int WsdlParser.getEventType()
           
static void Main.main(String[] args)
           
 int WsdlParser.next()
           
 int WsdlParser.nextTag()
           
 String WsdlParser.nextText()
           
protected  String SoapNode.parseUse(WsdlParser parser)
           
 int WsdlParser.peekTag()
           
 void Types.read(WsdlParser parser)
           
 void Schema.read(WsdlParser parser)
           
 void Part.read(WsdlParser parser)
           
 void Message.read(WsdlParser parser)
           
 void Enumeration.read(WsdlParser parser)
           
 void Element.read(WsdlParser parser)
           
 void Documentation.read(WsdlParser parser)
           
 void Annotation.read(WsdlParser parser)
           
 void SimpleType.read(WsdlParser parser, String elementName)
           
 void ComplexType.read(WsdlParser parser, String elementName)
           
 void WsdlParser.setInput(InputStream inputStream, String inputEncoding)
           
 



Copyright © 2013. All Rights Reserved.