|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.ws.wsdl.WsdlFactory
public class WsdlFactory
Use this factory to create WSDL data model.
| Constructor Summary | |
|---|---|
WsdlFactory()
|
|
| Method Summary | |
|---|---|
static Definitions |
create(java.lang.String url)
|
static Definitions |
createFromString(java.lang.String wsdl)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsdlFactory()
| Method Detail |
|---|
public static Definitions create(java.lang.String url)
throws WsdlParseException
url - url of the wsdl
WsdlParseException - failed to parse wsdl
public static Definitions createFromString(java.lang.String wsdl)
throws WsdlParseException
WsdlParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||