Interface FlightChangeOrderReshopRSPipelineManager
- All Known Implementing Classes:
DefaultFlightChangeOrderReshopRSPipelineManager
public interface FlightChangeOrderReshopRSPipelineManager
The interface Default flight change order reshop rs pipeline manager.
-
Method Summary
Modifier and TypeMethodDescriptionorderreshopresponse.IATAOrderReshopRSexecutePipeline(EvaluateChangeSolutionResponseData evaluateChangeSolutionResponseData) Execute pipeline iata order reshop rs.
-
Method Details
-
executePipeline
orderreshopresponse.IATAOrderReshopRS executePipeline(EvaluateChangeSolutionResponseData evaluateChangeSolutionResponseData) throws NDCCacheException, NDCException Execute pipeline iata order reshop rs.- Parameters:
evaluateChangeSolutionResponseData- the evaluate change solution response data- Returns:
- the iata order reshop rs
- Throws:
NDCCacheException- the ndc cache exceptionNDCException- the ndc exception
-