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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlFactory
public WsdlFactory()
create
public static Definitions create(URL url)
throws WsdlParseException,
IOException
- Parameters:
url - url of the wsdl
- Returns:
- parsed definitions
- Throws:
WsdlParseException - failed to parse wsdl
IOException
createFromString
public static Definitions createFromString(String wsdl)
throws WsdlParseException
- Throws:
WsdlParseException
Copyright © 2013. All Rights Reserved.