com.sforce.ws.wsdl
Class WsdlFactory
java.lang.Object
com.sforce.ws.wsdl.WsdlFactory
public class WsdlFactory
- extends Object
Use this factory to create WSDL data model.
- Since:
- 1.0 Nov 5, 2005
- Version:
- 1.0
- Author:
- http://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(String url)
throws WsdlParseException
- Parameters:
url - url of the wsdl
- Returns:
- parsed definitions
- Throws:
WsdlParseException - failed to parse wsdl
createFromString
public static Definitions createFromString(String wsdl)
throws WsdlParseException
- Throws:
WsdlParseException
Copyright © 2012. All Rights Reserved.