public class DefaultSECHttpConnection extends java.lang.Object implements SECHttpConnection
| Constructor and Description |
|---|
DefaultSECHttpConnection() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationService |
getConfigurationService() |
Response |
publish(java.lang.String baseUrl,
java.lang.String pathUrl,
java.lang.String body,
java.lang.String username,
java.lang.String password) |
ResponseData |
sendPost(java.lang.String pathUrl,
java.lang.String body) |
void |
setConfigurationService(ConfigurationService configurationService) |
public ResponseData sendPost(java.lang.String pathUrl, java.lang.String body) throws java.io.IOException
sendPost in interface SECHttpConnectionjava.io.IOExceptionpublic Response publish(java.lang.String baseUrl,
java.lang.String pathUrl,
java.lang.String body,
java.lang.String username,
java.lang.String password)
public ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
configurationService - the configurationService to setCopyright © 2018 SAP SE. All Rights Reserved.