Interface SapCpiCustomerDestinationService
- All Known Implementing Classes:
SapCpiCustomerDefaultDestinationService
public interface SapCpiCustomerDestinationService
Handles IDoc, SOAP, and MDM endpoints for B2C customer outbound replication
-
Method Summary
Modifier and TypeMethodDescriptiondetermineUrlDestination(SAPLogicalSystemModel sapLogicalSystem) Determine the URL destination based on the target system supported destination IDoc, SOAP, or MDMextractSapClient(SAPLogicalSystemModel sapLogicalSystem) Return sap-client for IDoc destinationRead SAP logical system from back-office configuration
-
Method Details
-
readSapLogicalSystem
SAPLogicalSystemModel readSapLogicalSystem()Read SAP logical system from back-office configuration- Returns:
- SAPLogicalSystemModel
-
determineUrlDestination
Determine the URL destination based on the target system supported destination IDoc, SOAP, or MDM- Parameters:
sapLogicalSystem- SAP Backend System- Returns:
- URL destination
-
extractSapClient
Return sap-client for IDoc destination- Parameters:
sapLogicalSystem- SAP Backend System- Returns:
- sap-client
-