public interface ISearchDPCallback extends Serializable
SearchDPByCountryHandler.performSearch(SearchDPByCountryInputParams, ISearchDPCallback)
and
SearchDPByDPTypeHandler.performSearch(SearchDPByDPTypeInputParams, ISearchDPCallback)
to handle the response states.| Modifier and Type | Method and Description |
|---|---|
void |
onQueryDirectoryError(com.helger.commons.url.ISimpleURL aQueryURL)
Invoked when querying the directory failed
|
void |
onQueryDirectorySuccess(com.helger.xml.microdom.IMicroDocument aDoc)
Invoked when querying the Directory was successful
|
void onQueryDirectoryError(@Nonnull com.helger.commons.url.ISimpleURL aQueryURL)
aQueryURL - The Query URL that failed Never null.void onQueryDirectorySuccess(@Nonnull com.helger.xml.microdom.IMicroDocument aDoc)
aDoc - The response XML document. Never null.Copyright © 2018–2020 toop.eu. All rights reserved.