Provides an easy way of importing an API from a definition in an unknown format, and exposes all supported format names.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static java.util.List<java.lang.String> | getSupportedFormatNames() | 
|  | static java.util.Collection<Interface> | importApis(java.net.URL url, WsdlProject targetProject, SilentApiImporterFacade.ImporterCollection methodCollection, boolean disableLogger)Imports APIs from a URL and adds them to the project | 
|  | static java.util.Collection<Interface> | importApis(java.net.URL url, WsdlProject targetProject, SilentApiImporterFacade.ImporterCollection methodCollection) | 
|  | static java.util.Collection<Interface> | importApis(java.net.URL url, WsdlProject targetProject, boolean disableLogger)Imports APIs from a URL and adds them to the project | 
|  | static java.util.Collection<Interface> | importApis(java.net.URL url, WsdlProject targetProject) | 
|  | static java.util.Collection<Interface> | importApis(java.net.URL url, WsdlProject targetProject, java.util.List<SilentApiImporterFactory> factories)Imports APIs from a URL and adds them to the project | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Imports APIs from a URL and adds them to the project
url -               the URL where the API definition is locatedtargetProject -     the project to add the APIs tomethodCollection -  the list of importers to load definitionImports APIs from a URL and adds them to the project
url -            the URL where the API definition is locatedtargetProject -  the project to add the APIs toImports APIs from a URL and adds them to the project
url -            the URL where the API definition is locatedtargetProject -  the project to add the APIs tofactories -      the list of silent importer factories