com.sforce.ws.wsdl
Class WsdlFactory

java.lang.Object
  extended by 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

Constructor Summary
WsdlFactory()
           
 
Method Summary
static Definitions create(String 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(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.