public static class SilentWsdlApiImporterFactory.SilentWsdlApiImporter extends Object implements SilentApiImporter
| Constructor and Description |
|---|
SilentWsdlApiImporter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(URL url)
Called to check whether the URL indicates that this import method can handle its content.
|
Collection<com.eviware.soapui.model.iface.Interface> |
importApi(URL definitionUrl,
com.eviware.soapui.impl.wsdl.WsdlProject project)
Creates an API (Interface) in the provided project from the definition found at the URL.
|
public static final String LABEL
public boolean acceptsURL(URL url)
SilentApiImporteracceptsURL in interface SilentApiImporterurl - The URL pointing to an API definitionpublic Collection<com.eviware.soapui.model.iface.Interface> importApi(URL definitionUrl, com.eviware.soapui.impl.wsdl.WsdlProject project)
SilentApiImporterimportApi in interface SilentApiImporterdefinitionUrl - a URL pointing to an API definition (such as WSDL or Swagger)project - the project that the API should be added toCopyright © 2019. All rights reserved.