com.sforce.ws.wsdl
Class WsdlFactory

java.lang.Object
  extended by com.sforce.ws.wsdl.WsdlFactory

public class WsdlFactory
extends Object

Since:
1.0 Nov 5, 2005
Version:
1.0
Author:
cheenath.com

Constructor Summary
WsdlFactory()
           
 
Method Summary
static Definitions create(URL url)
           
static Definitions createFromString(String wsdl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlFactory

public WsdlFactory()
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 wsdl
IOException

createFromString

public static Definitions createFromString(String wsdl)
                                    throws WsdlParseException
Throws:
WsdlParseException


Copyright © 2013. All Rights Reserved.