org.kuali.rice.ksb.impl.cxf.interceptors
Class ServiceCallVersioningHelper

java.lang.Object
  extended by org.kuali.rice.ksb.impl.cxf.interceptors.ServiceCallVersioningHelper

public class ServiceCallVersioningHelper
extends Object

Helps populate service call protocol headers with Rice version information.


Field Summary
static String KUALI_APP_NAME_HEADER
           
static String KUALI_APP_VERSION_HEADER
           
static String KUALI_RICE_ENVIRONMENT_HEADER
           
static String KUALI_RICE_VERSION_HEADER
           
 
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
 

Field Detail

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
Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.