Represents a way of creating a SoapUI project from discovered resources, e.g. by recording traffic or scanning through a log file.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | discoverResources(Workspace workspace) | 
|  | java.util.List<DiscoveredRequest> | discoverResourcesSynchronously(Workspace workspace) | 
|  | java.lang.String | getDescription() | 
|  | RestDiscoveryMethod | getRestDiscoveryMethod() | 
|  | boolean | isSynchronous() |