Package eu.europa.esig.dss.tsl.service
Class TSLLoader
- java.lang.Object
-
- eu.europa.esig.dss.tsl.service.TSLLoader
-
- All Implemented Interfaces:
Callable<TSLLoaderResult>
public class TSLLoader extends Object implements Callable<TSLLoaderResult>
This class allows to load binaries from an url with a DataLoader. It can be executed as a Callable.
-
-
Constructor Summary
Constructors Constructor Description TSLLoader(DataLoader dataLoader, String countryCode, String urlToLoad)
-
-
-
Constructor Detail
-
TSLLoader
public TSLLoader(DataLoader dataLoader, String countryCode, String urlToLoad)
-
-
Method Detail
-
call
public TSLLoaderResult call() throws Exception
- Specified by:
callin interfaceCallable<TSLLoaderResult>- Throws:
Exception
-
-