Interface SeatAvailabilityRSHandler
- All Known Implementing Classes:
SeatAvailabilityAlaCarteOfferRSHandler,SeatAvailabilityBasicHandler,SeatAvailabilityDataListRSHandler,SeatAvailabiltySeatMapRSHandler
public interface SeatAvailabilityRSHandler
The interface Seat availability rs handlers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(OfferResponseData offerResponseData, IATASeatAvailRS seatAvailRS) Handle method to build theIATASeatAvailRS.
-
Method Details
-
handle
void handle(OfferResponseData offerResponseData, IATASeatAvailRS seatAvailRS) throws NDCException, NDCCacheException Handle method to build theIATASeatAvailRS.- Parameters:
offerResponseData- the offerResponseDataseatAvailRS- the seat avail rs- Throws:
NDCException- the ndc exceptionNDCCacheException
-