Interface ServiceListHandler<N>
- All Known Implementing Classes:
ServiceListAlaCarteOffersHandler,ServiceListDataListsHandler
public interface ServiceListHandler<N>
The ndc Service List handlers interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(N source, IATAServiceListRS serviceListRS) Handles data from source to serviceListRS.
-
Method Details
-
handle
Handles data from source to serviceListRS.- Parameters:
source- the sourceserviceListRS- the serviceListRS- Throws:
NDCExceptionNDCCacheException
-