public class ServiceCallVersioningHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KUALI_APP_NAME_HEADER |
static String |
KUALI_APP_VERSION_HEADER |
static String |
KUALI_RICE_ENVIRONMENT_HEADER |
static String |
KUALI_RICE_VERSION_HEADER |
Modifier and Type | Method and Description |
---|---|
static void |
populateVersionHeaders(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.
|
public static final String KUALI_RICE_ENVIRONMENT_HEADER
public static final String KUALI_RICE_VERSION_HEADER
public static final String KUALI_APP_NAME_HEADER
public static final String KUALI_APP_VERSION_HEADER
public static void populateVersionHeaders(Map<String,List<String>> headers)
headers
- the protocol headers. let's be honest, they are just HTTP headers.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.