Interface SapCpiB2BCustomerDestinationService
- All Known Implementing Classes:
SapCpiB2BCustomerDefaultDestinationService
public interface SapCpiB2BCustomerDestinationService
Handles IDoc, SOAP, and MDM endpoints for B2B 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
-