Class HL7MessageFormatter
- java.lang.Object
-
- org.wso2.carbon.business.messaging.hl7.message.HL7MessageFormatter
-
- All Implemented Interfaces:
org.apache.axis2.transport.MessageFormatter
public class HL7MessageFormatter extends Object implements org.apache.axis2.transport.MessageFormatter
-
-
Constructor Summary
Constructors Constructor Description HL7MessageFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
formatSOAPAction(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat omOutputFormat, String soapAction)
*byte[]
getBytes(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat omOutputFormat)
*String
getContentType(org.apache.axis2.context.MessageContext msgCtx, org.apache.axiom.om.OMOutputFormat omOutputFormat, String s)
*URL
getTargetAddress(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat omOutputFormat, URL targetURL)
*void
writeTo(org.apache.axis2.context.MessageContext msgCtx, org.apache.axiom.om.OMOutputFormat omOutputFormat, OutputStream outputStream, boolean b)
*
-
-
-
Method Detail
-
getBytes
public byte[] getBytes(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat omOutputFormat) throws org.apache.axis2.AxisFault
*- Specified by:
getBytes
in interfaceorg.apache.axis2.transport.MessageFormatter
- Throws:
org.apache.axis2.AxisFault
-
writeTo
public void writeTo(org.apache.axis2.context.MessageContext msgCtx, org.apache.axiom.om.OMOutputFormat omOutputFormat, OutputStream outputStream, boolean b) throws org.apache.axis2.AxisFault
*- Specified by:
writeTo
in interfaceorg.apache.axis2.transport.MessageFormatter
- Throws:
org.apache.axis2.AxisFault
-
getContentType
public String getContentType(org.apache.axis2.context.MessageContext msgCtx, org.apache.axiom.om.OMOutputFormat omOutputFormat, String s)
*- Specified by:
getContentType
in interfaceorg.apache.axis2.transport.MessageFormatter
-
getTargetAddress
public URL getTargetAddress(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat omOutputFormat, URL targetURL) throws org.apache.axis2.AxisFault
*- Specified by:
getTargetAddress
in interfaceorg.apache.axis2.transport.MessageFormatter
- Throws:
org.apache.axis2.AxisFault
-
-