java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v2ws.Utils

public abstract class Utils extends Object
Author:
Dmytro Rud
  • Constructor Details

    • Utils

      public Utils()
  • Method Details

    • render

      public static String render(Message message)
      Converts the given HAPI Message to a String suitable for WS transport.
      Parameters:
      message - message to convert.
      Returns:
      String representation of the given HAPI message.