Interface RequestExportStrategy
- All Known Implementing Classes:
ItfAbstractRequestExportStrategy,ItfRestRequestExportStrategy,ItfSoapRequestExportStrategy,MiaAbstractRequestExportStrategy,MiaRestRequestExportStrategy,MiaSoapRequestExportStrategy
public interface RequestExportStrategy
-
Method Details
-
export
void export(UUID exportRequestId, RequestExportRequest exportRequest, Request request, String context, UUID environmentId) throws URISyntaxException, org.qubership.atp.crypt.exception.AtpDecryptException - Throws:
URISyntaxExceptionorg.qubership.atp.crypt.exception.AtpDecryptException
-
getRequestTransportType
TransportType getRequestTransportType() -
getImportToolType
ImportToolType getImportToolType()
-