Interface OfferPriceDataListsHandler
- All Known Implementing Classes:
DefaultOfferPriceOriginDestinationListHandler,DefaultOfferPricePaxJourneyListHandler,DefaultOfferPricePaxListHandler,DefaultOfferPricePaxSegmentListHandler,DefaultOfferPricePriceClassListHandler,DefaultOfferPriceServiceDefinitionListHandler
public interface OfferPriceDataListsHandler
The ndc Offer Price DataLists handlers interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(NDCCarrierOfferData ndcOfferData, Set<Service1Type> services, DataListsType dataListsType) Handles method.
-
Method Details
-
handle
void handle(NDCCarrierOfferData ndcOfferData, Set<Service1Type> services, DataListsType dataListsType) throws NDCException Handles method.- Parameters:
ndcOfferData- the ndcOfferDataservices- the servicesdataListsType- the dataListsType- Throws:
NDCException
-