public class ExpandingMessageFormatter
extends org.apache.axis2.transport.http.SOAPMessageFormatter
| Constructor and Description |
|---|
ExpandingMessageFormatter() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes(org.apache.axis2.context.MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat format) |
String |
getContentType(org.apache.axis2.context.MessageContext msgCtx,
org.apache.axiom.om.OMOutputFormat format,
String soapActionString) |
URL |
getTargetAddress(org.apache.axis2.context.MessageContext msgCtx,
org.apache.axiom.om.OMOutputFormat format,
URL targetURL) |
void |
writeAsREST(org.apache.axis2.context.MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat format,
OutputStream outputStream,
boolean preserve) |
void |
writeTo(org.apache.axis2.context.MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat format,
OutputStream outputStream,
boolean preserve) |
public byte[] getBytes(org.apache.axis2.context.MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat format)
throws org.apache.axis2.AxisFault
getBytes in interface org.apache.axis2.transport.MessageFormattergetBytes in class org.apache.axis2.transport.http.SOAPMessageFormatterorg.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.MessageFormattergetContentType in class org.apache.axis2.transport.http.SOAPMessageFormatterpublic void writeTo(org.apache.axis2.context.MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat format,
OutputStream outputStream,
boolean preserve)
throws org.apache.axis2.AxisFault
writeTo in interface org.apache.axis2.transport.MessageFormatterwriteTo in class org.apache.axis2.transport.http.SOAPMessageFormatterorg.apache.axis2.AxisFaultpublic URL getTargetAddress(org.apache.axis2.context.MessageContext msgCtx, org.apache.axiom.om.OMOutputFormat format, URL targetURL) throws org.apache.axis2.AxisFault
getTargetAddress in interface org.apache.axis2.transport.MessageFormattergetTargetAddress in class org.apache.axis2.transport.http.SOAPMessageFormatterorg.apache.axis2.AxisFaultpublic void writeAsREST(org.apache.axis2.context.MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat format,
OutputStream outputStream,
boolean preserve)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.