public class CountrySpecificLotlFetcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CountrySpecificLotlFetcher.Result
Represents the result of fetching and validating country-specific Lotls.
|
| Constructor and Description |
|---|
CountrySpecificLotlFetcher(LotlService service)
Creates a new instance of
CountrySpecificLotlFetcher. |
| Modifier and Type | Method and Description |
|---|---|
protected List<CountrySpecificLotlFetcher.Result> |
executeTasks(List<Callable<CountrySpecificLotlFetcher.Result>> tasks)
Creates an ExecutorService for downloading country-specific Lotls.
|
Map<String,CountrySpecificLotlFetcher.Result> |
getAndValidateCountrySpecificLotlFiles(byte[] lotlXml,
LotlService lotlService)
Fetches and validates country-specific Lotls from the provided Lotl XML.
|
public CountrySpecificLotlFetcher(LotlService service)
CountrySpecificLotlFetcher.service - the LotlService used to retrieve resourcespublic Map<String,CountrySpecificLotlFetcher.Result> getAndValidateCountrySpecificLotlFiles(byte[] lotlXml, LotlService lotlService)
lotlXml - the byte array of the Lotl XMLlotlService - the LotlService used to build this fetcherprotected List<CountrySpecificLotlFetcher.Result> executeTasks(List<Callable<CountrySpecificLotlFetcher.Result>> tasks)
tasks - the list of tasks to be executedCopyright © 1998–2025 Apryse Group NV. All rights reserved.