public class DSDDatasetResponseProviderRemote extends Object implements eu.toop.connector.api.dsd.IDSDDatasetResponseProvider
IDSDDatasetResponseProvider interface using
a remote query to DSD.| Constructor and Description |
|---|
DSDDatasetResponseProviderRemote()
Constructor using the DSD URL from the configuration file.
|
DSDDatasetResponseProviderRemote(String sBaseURL)
Constructor with an arbitrary DSD URL.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsSet<eu.toop.connector.api.dsd.DSDDatasetResponse> |
getAllDatasetResponsesByCountry(String sLogPrefix,
String sDatasetType,
String sCountryCode,
eu.toop.connector.api.error.ITCErrorHandler aErrorHandler) |
com.helger.commons.collection.impl.ICommonsSet<eu.toop.connector.api.dsd.DSDDatasetResponse> |
getAllDatasetResponsesByDPType(String sLogPrefix,
String sDatasetType,
String sDPType,
eu.toop.connector.api.error.ITCErrorHandler aErrorHandler) |
String |
getBaseURL() |
String |
toString() |
public DSDDatasetResponseProviderRemote()
@Nonnull @Nonempty public final String getBaseURL()
null nor empty.@Nonnull public com.helger.commons.collection.impl.ICommonsSet<eu.toop.connector.api.dsd.DSDDatasetResponse> getAllDatasetResponsesByCountry(@Nonnull String sLogPrefix, @Nonnull @Nonempty String sDatasetType, @Nonnull @Nonempty String sCountryCode, @Nonnull eu.toop.connector.api.error.ITCErrorHandler aErrorHandler)
getAllDatasetResponsesByCountry in interface eu.toop.connector.api.dsd.IDSDDatasetResponseProvider@Nonnull public com.helger.commons.collection.impl.ICommonsSet<eu.toop.connector.api.dsd.DSDDatasetResponse> getAllDatasetResponsesByDPType(@Nonnull String sLogPrefix, @Nonnull @Nonempty String sDatasetType, @Nonnull @Nonempty String sDPType, @Nonnull eu.toop.connector.api.error.ITCErrorHandler aErrorHandler)
getAllDatasetResponsesByDPType in interface eu.toop.connector.api.dsd.IDSDDatasetResponseProviderCopyright © 2020–2021 toop.eu. All rights reserved.