Interface AirShoppingHandler
- All Known Implementing Classes:
AirShoppingBasicHandler,AirShoppingDataListHandler,AirShoppingOffersGroupHandler,AirShoppingOriginDestHandler,AirShoppingPaxHandler,AirShoppingPaxJourneyHandler,AirShoppingPaxSegmentHandler,AirShoppingPriceClassHandler,AirShoppingServiceDefinitionHandler
public interface AirShoppingHandler
Interface to create handlers for the airshoppingRS
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ, IATAAirShoppingRS airShoppingRS) Uses data from the fareSelectionData and the air shopping request to populate the air shopping response
-
Method Details
-
handle
void handle(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ, IATAAirShoppingRS airShoppingRS) throws NDCException Uses data from the fareSelectionData and the air shopping request to populate the air shopping response- Parameters:
fareSelectionData-airShoppingRQ-airShoppingRS-- Throws:
NDCException
-