Interface OrderReshopRSPipelineManager
- All Known Implementing Classes:
DefaultOrderReshopRSPipelineManager
public interface OrderReshopRSPipelineManager
The interface Order reshop rs pipeline manager.
-
Method Summary
Modifier and TypeMethodDescriptionorderreshopresponse.IATAOrderReshopRSexecutePipeline(EvaluateCancelSolutionResponseData evaluateCancelSolutionResponseData) Execute pipeline iata order reshop rs.
-
Method Details
-
executePipeline
orderreshopresponse.IATAOrderReshopRS executePipeline(EvaluateCancelSolutionResponseData evaluateCancelSolutionResponseData) throws NDCCacheException, NDCException Execute pipeline iata order reshop rs.- Parameters:
evaluateCancelSolutionResponseData- the evaluate cancel solution response data- Returns:
- the iata order reshop rs
- Throws:
NDCCacheException- the ndc cache exceptionNDCException- the ndc exception
-