Interface DestinationHeaderProvider
- All Known Implementing Classes:
DwcHeaderProvider
,ErpDestinationHeaderProvider
public interface DestinationHeaderProvider
Allows to provide additional headers for a specific destination.
-
Method Summary
Modifier and TypeMethodDescriptiongetHeaders
(DestinationRequestContext requestContext) Provides a list ofHeader
objects which should be used with the given destination for a request URI.
-
Method Details
-
getHeaders
Provides a list ofHeader
objects which should be used with the given destination for a request URI.- Parameters:
requestContext
- The destination and request specific context.- Returns:
- The headers to use with the given destination.
-