Interface UpdatePassengerOrderReshopRSPipelineManager
- All Known Implementing Classes:
DefaultUpdatePassengerOrderReshopRSPipelineManager
public interface UpdatePassengerOrderReshopRSPipelineManager
The interface Default flight change order reshop rs pipeline manager.
-
Method Summary
Modifier and TypeMethodDescriptionorderreshopresponse.IATAOrderReshopRSexecutePipeline(orderreshoprequest.IATAOrderReshopRQ orderReshopRQ) Execute pipeline iata order reshop rs.
-
Method Details
-
executePipeline
orderreshopresponse.IATAOrderReshopRS executePipeline(orderreshoprequest.IATAOrderReshopRQ orderReshopRQ) throws NDCCacheException, NDCException Execute pipeline iata order reshop rs.- Parameters:
orderReshopRQ- the order reshop rq- Returns:
- the iata order reshop rs
- Throws:
NDCCacheException- the ndc cache exceptionNDCException- the ndc exception
-