public class FIXMessageFromatter
extends java.lang.Object
implements org.apache.axis2.transport.MessageFormatter
Constructor and Description |
---|
FIXMessageFromatter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
formatSOAPAction(org.apache.axis2.context.MessageContext arg0,
org.apache.axiom.om.OMOutputFormat arg1,
java.lang.String arg2) |
byte[] |
getBytes(org.apache.axis2.context.MessageContext arg0,
org.apache.axiom.om.OMOutputFormat arg1) |
java.lang.String |
getContentType(org.apache.axis2.context.MessageContext msgCtxt,
org.apache.axiom.om.OMOutputFormat format,
java.lang.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
|
java.net.URL |
getTargetAddress(org.apache.axis2.context.MessageContext arg0,
org.apache.axiom.om.OMOutputFormat arg1,
java.net.URL arg2) |
void |
writeTo(org.apache.axis2.context.MessageContext msgCtx,
org.apache.axiom.om.OMOutputFormat format,
java.io.OutputStream out,
boolean arg3) |
public java.lang.String formatSOAPAction(org.apache.axis2.context.MessageContext arg0, org.apache.axiom.om.OMOutputFormat arg1, java.lang.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 java.lang.String getContentType(org.apache.axis2.context.MessageContext msgCtxt, org.apache.axiom.om.OMOutputFormat format, java.lang.String soapActionString)
getContentType
in interface org.apache.axis2.transport.MessageFormatter
public java.net.URL getTargetAddress(org.apache.axis2.context.MessageContext arg0, org.apache.axiom.om.OMOutputFormat arg1, java.net.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, java.io.OutputStream out, boolean arg3) throws org.apache.axis2.AxisFault
writeTo
in interface org.apache.axis2.transport.MessageFormatter
org.apache.axis2.AxisFault
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.