public class FIXMessageFormatter extends Object implements org.apache.axis2.transport.MessageFormatter
| Constructor and Description |
|---|
FIXMessageFormatter() |
| 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 msgCtx,
org.apache.axiom.om.OMOutputFormat format,
String soapActionString) |
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 preserve) |
public String formatSOAPAction(org.apache.axis2.context.MessageContext arg0, org.apache.axiom.om.OMOutputFormat arg1, 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 String getContentType(org.apache.axis2.context.MessageContext msgCtx, org.apache.axiom.om.OMOutputFormat format, String soapActionString)
getContentType in interface org.apache.axis2.transport.MessageFormatterpublic 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.MessageFormatterorg.apache.axis2.AxisFaultpublic void writeTo(org.apache.axis2.context.MessageContext msgCtx,
org.apache.axiom.om.OMOutputFormat format,
OutputStream out,
boolean preserve)
throws org.apache.axis2.AxisFault
writeTo in interface org.apache.axis2.transport.MessageFormatterorg.apache.axis2.AxisFaultCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.