public class HL7Utils extends Object
Constructor and Description |
---|
HL7Utils() |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
generateHL7MessageElement(String hl7XmlMessage) |
static String |
streamToString(InputStream in) |
static String |
streamToString(InputStream in,
String charSetValue) |
public static org.apache.axiom.om.OMElement generateHL7MessageElement(String hl7XmlMessage) throws XMLStreamException
XMLStreamException
public static String streamToString(InputStream in) throws IOException
IOException
public static String streamToString(InputStream in, String charSetValue) throws IOException
IOException
Copyright © 2022 WSO2. All rights reserved.