Class DefaultCloudPlatformIntegrationConnection
- java.lang.Object
-
- com.sap.hybris.scpiconnector.httpconnection.impl.DefaultCloudPlatformIntegrationConnection
-
- All Implemented Interfaces:
CloudPlatformIntegrationConnection
public class DefaultCloudPlatformIntegrationConnection extends java.lang.Object implements CloudPlatformIntegrationConnection
-
-
Constructor Summary
Constructors Constructor Description DefaultCloudPlatformIntegrationConnection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SAPCPIConfigurationModelgetSAPCPIConfiguration()GenericDaogetSapCPIConfigurationModelGenericDao()protected javax.ws.rs.core.Responsepublish(java.lang.String baseUrl, java.lang.String pathUrl, java.lang.String proxyUrl, java.lang.Object body, java.lang.String username, java.lang.String password)ResponseDatasendPost(java.lang.String iflowKey, java.lang.Object body)voidsetSapCPIConfigurationModelGenericDao(GenericDao sapCPIConfigurationModelGenericDao)
-
-
-
Method Detail
-
sendPost
public ResponseData sendPost(java.lang.String iflowKey, java.lang.Object body) throws java.io.IOException
- Specified by:
sendPostin interfaceCloudPlatformIntegrationConnection- Throws:
java.io.IOException
-
publish
protected javax.ws.rs.core.Response publish(java.lang.String baseUrl, java.lang.String pathUrl, java.lang.String proxyUrl, java.lang.Object body, java.lang.String username, java.lang.String password)
-
getSAPCPIConfiguration
protected SAPCPIConfigurationModel getSAPCPIConfiguration()
-
getSapCPIConfigurationModelGenericDao
public GenericDao getSapCPIConfigurationModelGenericDao()
- Returns:
- the sapCPIConfigurationModelGenericDao
-
setSapCPIConfigurationModelGenericDao
public void setSapCPIConfigurationModelGenericDao(GenericDao sapCPIConfigurationModelGenericDao)
- Parameters:
sapCPIConfigurationModelGenericDao- the sapCPIConfigurationModelGenericDao to set
-
-