public class SilentApiImporterFacade extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
SilentApiImporterFacade() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getSupportedFormatNames() |
static Collection<com.eviware.soapui.model.iface.Interface> |
importApis(URL url,
com.eviware.soapui.impl.wsdl.WsdlProject targetProject)
Imports APIs from a URL and adds them to the project
|
public static Collection<com.eviware.soapui.model.iface.Interface> importApis(URL url, com.eviware.soapui.impl.wsdl.WsdlProject targetProject) throws com.eviware.soapui.support.CancelException
url - the URL where the API definition is locatedtargetProject - the project to add the APIs tocom.eviware.soapui.support.CancelExceptionCopyright © 2019. All rights reserved.