public class WsdlFactory extends Object
| Constructor and Description |
|---|
WsdlFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Definitions |
create(URL url) |
static Definitions |
createFromString(String wsdl) |
public static Definitions create(URL url) throws WsdlParseException, IOException
url - url of the wsdlWsdlParseException - failed to parse wsdlIOExceptionpublic static Definitions createFromString(String wsdl) throws WsdlParseException
WsdlParseExceptionCopyright © 2020. All rights reserved.