Class TtlHeaderUtils
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.hl7v3.iti55.TtlHeaderUtils
Helper functions for handling TTL SOAP header in XCPD.
- Author:
- Dmytro Rud
-
Method Summary
Modifier and TypeMethodDescriptionstatic Duration
Returns the XCPD TTL value stored in incoming SOAP headers associated with the given message, ornull
, when none found.static void
Stores the user-defined XCPD TTL value into outgoing SOAP headers associated with the given message.
-
Method Details
-
getTtl
Returns the XCPD TTL value stored in incoming SOAP headers associated with the given message, ornull
, when none found. -
setTtl
Stores the user-defined XCPD TTL value into outgoing SOAP headers associated with the given message.
-