Interface OfferPriceHandler
- All Known Implementing Classes:
DefaultOfferPriceAlaCarteOffersHandler,DefaultOfferPriceDatalistsHandler,DefaultOfferPricePricedOfferHandler
public interface OfferPriceHandler
The ndc Offer Price handlers interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(NDCCarrierOfferData ndcOfferData, IATAOfferPriceRS offerPriceRS) Handles data from ndcOfferData to offerPriceRS.
-
Method Details
-
handle
Handles data from ndcOfferData to offerPriceRS.- Parameters:
ndcOfferData- the ndcOffersDataofferPriceRS- the offerPriceRS- Throws:
NDCException
-