Interface ErpHttpDestinationProperties
- All Superinterfaces:
DestinationProperties,HttpDestinationProperties
- All Known Subinterfaces:
ErpHttpDestination
- All Known Implementing Classes:
DefaultErpHttpDestination
Interface exposing the relevant fields used for an
HttpDestinationProperties in an Erp context.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default property key to retrieve the localeStringin an HTTP context.static final StringThe 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
The default property key to retrieve the sap clientStringin an HTTP context.- See Also:
-
LOCALE_KEY
The default property key to retrieve the localeStringin an HTTP context.- See Also:
-
-
Method Details
-
getSapClient
The client to be used by this ErpDestination.- Returns:
- The client of this ErpDestination.
-
getLocale
The locale to be used by this ErpDestination.- Returns:
- The locale of this ErpDestination
-