java.lang.Object
org.openehealth.ipf.platform.camel.ihe.hl7v3.iti55.TtlHeaderUtils

public class TtlHeaderUtils extends Object
Helper functions for handling TTL SOAP header in XCPD.
Author:
Dmytro Rud
  • Method Details

    • getTtl

      public static Duration getTtl(Message message)
      Returns the XCPD TTL value stored in incoming SOAP headers associated with the given message, or null, when none found.
    • setTtl

      public static void setTtl(Duration dura, Message message)
      Stores the user-defined XCPD TTL value into outgoing SOAP headers associated with the given message.