Interface ConnectionHeaderService
public interface ConnectionHeaderService
Service that collects headers for REST service client and SOAP service client connections, combining session headers
and static headers while taking globally configured session headers and static headers, and the test path header into
account
-
Method Summary
-
Method Details
-
collectHeaders
Map<String,List<String>> collectHeaders(List<String> sessionHeaders, Map<String, String> staticHeaders, com.aquima.interactions.portal.IServiceContext serviceContext) - Parameters:
sessionHeaders
- a list of header names that should be retrieved from the userdata object for a connectionstaticHeaders
- a map of header names and values, representing the static headers configured for a connection.serviceContext
- the service context to retrieve the user data and test path header from- Returns:
- a map containing the header names and values to be put on the request
-