public class FIXMessageFromatter extends Object implements org.apache.axis2.transport.MessageFormatter
Constructor and Description |
---|
FIXMessageFromatter() |
Modifier and Type | Method and Description |
---|---|
String |
formatSOAPAction(org.apache.axis2.context.MessageContext arg0,
org.apache.axiom.om.OMOutputFormat arg1,
String arg2) |
byte[] |
getBytes(org.apache.axis2.context.MessageContext arg0,
org.apache.axiom.om.OMOutputFormat arg1) |
String |
getContentType(org.apache.axis2.context.MessageContext msgCtxt,
org.apache.axiom.om.OMOutputFormat format,
String soapActionString) |
static org.apache.axiom.om.OMNamespace |
getNamespaceOfFIXPayload(org.apache.axiom.soap.SOAPBody fixBody)
Read the FIX message payload and identify the namespace if exists
|
URL |
getTargetAddress(org.apache.axis2.context.MessageContext arg0,
org.apache.axiom.om.OMOutputFormat arg1,
URL arg2) |
void |
writeTo(org.apache.axis2.context.MessageContext msgCtx,
org.apache.axiom.om.OMOutputFormat format,
OutputStream out,
boolean arg3) |
public String formatSOAPAction(org.apache.axis2.context.MessageContext arg0, org.apache.axiom.om.OMOutputFormat arg1, String arg2)
formatSOAPAction
in interface org.apache.axis2.transport.MessageFormatter
public byte[] getBytes(org.apache.axis2.context.MessageContext arg0, org.apache.axiom.om.OMOutputFormat arg1) throws org.apache.axis2.AxisFault
getBytes
in interface org.apache.axis2.transport.MessageFormatter
org.apache.axis2.AxisFault
public String getContentType(org.apache.axis2.context.MessageContext msgCtxt, org.apache.axiom.om.OMOutputFormat format, String soapActionString)
getContentType
in interface org.apache.axis2.transport.MessageFormatter
public URL getTargetAddress(org.apache.axis2.context.MessageContext arg0, org.apache.axiom.om.OMOutputFormat arg1, URL arg2) throws org.apache.axis2.AxisFault
getTargetAddress
in interface org.apache.axis2.transport.MessageFormatter
org.apache.axis2.AxisFault
public static org.apache.axiom.om.OMNamespace getNamespaceOfFIXPayload(org.apache.axiom.soap.SOAPBody fixBody)
fixBody
- FIX message payloadpublic void writeTo(org.apache.axis2.context.MessageContext msgCtx, org.apache.axiom.om.OMOutputFormat format, OutputStream out, boolean arg3) throws org.apache.axis2.AxisFault
writeTo
in interface org.apache.axis2.transport.MessageFormatter
org.apache.axis2.AxisFault
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.