org.kuali.rice.ksb.impl.cxf.interceptors
Class ServiceCallVersioningHelper
java.lang.Object
   org.kuali.rice.ksb.impl.cxf.interceptors.ServiceCallVersioningHelper
org.kuali.rice.ksb.impl.cxf.interceptors.ServiceCallVersioningHelper
- public class ServiceCallVersioningHelper 
- extends Object
Helps populate service call protocol headers with Rice version information.
 
| Method Summary | 
| 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.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KUALI_RICE_ENVIRONMENT_HEADER
public static final String KUALI_RICE_ENVIRONMENT_HEADER
- See Also:
- Constant Field Values
KUALI_RICE_VERSION_HEADER
public static final String KUALI_RICE_VERSION_HEADER
- See Also:
- Constant Field Values
KUALI_APP_NAME_HEADER
public static final String KUALI_APP_NAME_HEADER
- See Also:
- Constant Field Values
KUALI_APP_VERSION_HEADER
public static final String KUALI_APP_VERSION_HEADER
- See Also:
- Constant Field Values
populateVersionHeaders
public 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.
 
- 
- Parameters:
- headers- the protocol headers. let's be honest, they are just HTTP headers.
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.