Interface AirshoppingHandler
- All Known Implementing Classes:
AirShoppingBasicHandler,AirShoppingDataListsHandler,AirShoppingOffersGroupHandler
public interface AirshoppingHandler
The Airshopping handler interface to create
FlightSearchResponseData from IATAAirShoppingRS.-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(FlightSearchResponseData flightSearchResponseData, IATAAirShoppingRS airShoppingRS) PopulateIATAAirShoppingRSfromFlightSearchResponseData
-
Method Details
-
handle
void handle(FlightSearchResponseData flightSearchResponseData, IATAAirShoppingRS airShoppingRS) throws NDCCacheException, NDCException PopulateIATAAirShoppingRSfromFlightSearchResponseData- Parameters:
flightSearchResponseData- the flight search response dataairShoppingRS- the air shopping rs- Throws:
NDCCacheExceptionNDCException
-