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
-
Method Summary
Modifier and TypeMethodDescriptiongetHeaders
(DestinationRequestContext requestContext) Provides a list ofHeader
objects 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:DestinationHeaderProvider
Provides a list ofHeader
objects which should be used with the given destination for a request URI.- Specified by:
getHeaders
in interfaceDestinationHeaderProvider
- Parameters:
requestContext
- The destination and request specific context.- Returns:
- The headers to use with the given destination.
-
getInstance
-