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.MessageFormatterpublic 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.MessageFormatterorg.apache.axis2.AxisFaultpublic 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.MessageFormatterpublic 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.MessageFormatterorg.apache.axis2.AxisFaultpublic 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.MessageFormatterorg.apache.axis2.AxisFaultCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.