Interface UpdatePassengerOrderReshopRSHandler
- All Known Implementing Classes:
UpdatePassengerOrderReshopBasicHandler,UpdatePassengerOrderReshopDataListHandler,UpdatePassengerOrderReshopOffersHandler
public interface UpdatePassengerOrderReshopRSHandler
The interface Flight change order reshop rs handler.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(orderreshoprequest.IATAOrderReshopRQ orderReshopRQ, orderreshopresponse.IATAOrderReshopRS orderReshopRS) Handle.
-
Method Details
-
handle
void handle(orderreshoprequest.IATAOrderReshopRQ orderReshopRQ, orderreshopresponse.IATAOrderReshopRS orderReshopRS) throws NDCException, NDCCacheException Handle.- Parameters:
orderReshopRQ- the order reshop rqorderReshopRS- the order reshop rs- Throws:
NDCException- the ndc exceptionNDCCacheException- the ndc cache exception
-