Interface ErpHttpDestinationProperties
- All Superinterfaces:
DestinationProperties,HttpDestinationProperties
- All Known Subinterfaces:
ErpHttpDestination
- All Known Implementing Classes:
DefaultErpHttpDestination
Deprecated.
Interface exposing the relevant fields used for an
HttpDestinationProperties in an Erp context.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.The default property key to retrieve the localeStringin an HTTP context.static final StringDeprecated.The default property key to retrieve the sap clientStringin an HTTP context.Fields inherited from interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
HEADER_PROPERTY, log -
Method Summary
Methods inherited from interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
get, get, get, get, getPropertyNamesMethods inherited from interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
getAuthenticationType, getBasicCredentials, getHeaders, getHeadersFromProperties, getKeyStore, getKeyStorePassword, getProxyConfiguration, getProxyType, getSecurityConfigurationStrategy, getTlsVersion, getTrustStore, getTrustStorePassword, getUri, isTrustingAllCertificates
-
Field Details
-
SAP_CLIENT_KEY
Deprecated.The default property key to retrieve the sap clientStringin an HTTP context.- See Also:
-
LOCALE_KEY
Deprecated.The default property key to retrieve the localeStringin an HTTP context.- See Also:
-
-
Method Details
-
getSapClient
Deprecated.The client to be used by this ErpDestination.- Returns:
- The client of this ErpDestination.
-
getLocale
Deprecated.The locale to be used by this ErpDestination.- Returns:
- The locale of this ErpDestination
-
DefaultErpHttpDestination.