public class WsdlFactory
extends java.lang.Object
| Constructor and Description |
|---|
WsdlFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Definitions |
create(java.net.URL url) |
static Definitions |
createFromString(java.lang.String wsdl) |
public static Definitions create(java.net.URL url) throws WsdlParseException, java.io.IOException
url - url of the wsdlWsdlParseException - failed to parse wsdljava.io.IOExceptionpublic static Definitions createFromString(java.lang.String wsdl) throws WsdlParseException
WsdlParseExceptionCopyright © 2020. All Rights Reserved.