Package com.sforce.ws.wsdl
Class WsdlFactory
- java.lang.Object
-
- com.sforce.ws.wsdl.WsdlFactory
-
public class WsdlFactory extends Object
- Since:
- 1.0 Nov 5, 2005
- Version:
- 1.0
- Author:
- cheenath.com
-
-
Constructor Summary
Constructors Constructor Description WsdlFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Definitionscreate(URL url)static DefinitionscreateFromString(String wsdl)
-
-
-
Method Detail
-
create
public static Definitions create(URL url) throws WsdlParseException, IOException
- Parameters:
url- url of the wsdl- Returns:
- parsed definitions
- Throws:
WsdlParseException- failed to parse wsdlIOException
-
createFromString
public static Definitions createFromString(String wsdl) throws WsdlParseException
- Throws:
WsdlParseException
-
-