Class ServiceCallVersioningHelper
java.lang.Object
org.kuali.rice.ksb.impl.cxf.interceptors.ServiceCallVersioningHelper
Helps populate service call protocol headers with Rice version information.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidpopulateVersionHeaders(Map<String, List<String>> headers) Populates protocol headers represented by a map of list of strings with Kuali/Rice versioning information, including Rice environment and version, and Rice application name and version.
-
Field Details
-
KUALI_RICE_ENVIRONMENT_HEADER
- See Also:
-
KUALI_RICE_VERSION_HEADER
- See Also:
-
KUALI_APP_NAME_HEADER
- See Also:
-
KUALI_APP_VERSION_HEADER
- See Also:
-
-
Method Details
-
populateVersionHeaders
Populates protocol headers represented by a map of list of strings with Kuali/Rice versioning information, including Rice environment and version, and Rice application name and version.- Parameters:
headers- the protocol headers. let's be honest, they are just HTTP headers.
-