Package com.sforce.ws.wsdl
Class WsdlFactory
- java.lang.Object
-
- com.sforce.ws.wsdl.WsdlFactory
-
public class WsdlFactory extends java.lang.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(java.net.URL url)static DefinitionscreateFromString(java.lang.String wsdl)
-
-
-
Method Detail
-
create
public static Definitions create(java.net.URL url) throws WsdlParseException, java.io.IOException
- Parameters:
url- url of the wsdl- Returns:
- parsed definitions
- Throws:
WsdlParseException- failed to parse wsdljava.io.IOException
-
createFromString
public static Definitions createFromString(java.lang.String wsdl) throws WsdlParseException
- Throws:
WsdlParseException
-
-