Class DwcHeaderProvider
java.lang.Object
com.sap.cloud.sdk.cloudplatform.connectivity.DwcHeaderProvider
- All Implemented Interfaces:
DestinationHeaderProvider
Utility class to get all SAP Deploy with Confidence related headers from the current request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHeaders(DestinationRequestContext requestContext) Provides a list ofHeaderobjects which should be used with the given destination for a request URI.static DwcHeaderProvider
-
Constructor Details
-
DwcHeaderProvider
public DwcHeaderProvider()Default constructor.
-
-
Method Details
-
getHeaders
Description copied from interface:DestinationHeaderProviderProvides a list ofHeaderobjects which should be used with the given destination for a request URI.- Specified by:
getHeadersin interfaceDestinationHeaderProvider- Parameters:
requestContext- The destination and request specific context.- Returns:
- The headers to use with the given destination.
-
getInstance
-