Class ServiceCallVersioningHelper

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

public class ServiceCallVersioningHelper extends Object
Helps populate service call protocol headers with Rice version information.
  • Field Details

  • Method Details

    • 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.