Interface UpdatePassengerOrderReshopRSHandler

All Known Implementing Classes:
UpdatePassengerOrderReshopBasicHandler, UpdatePassengerOrderReshopDataListHandler, UpdatePassengerOrderReshopOffersHandler

public interface UpdatePassengerOrderReshopRSHandler
The interface Flight change order reshop rs handler.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(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 rq
      orderReshopRS - the order reshop rs
      Throws:
      NDCException - the ndc exception
      NDCCacheException - the ndc cache exception