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.MessageFormatter
getBytes
in class org.apache.axis2.transport.http.SOAPMessageFormatter
org.apache.axis2.AxisFault
public String getContentType(org.apache.axis2.context.MessageContext msgCtx, org.apache.axiom.om.OMOutputFormat format, String soapActionString)
getContentType
in interface org.apache.axis2.transport.MessageFormatter
getContentType
in class org.apache.axis2.transport.http.SOAPMessageFormatter
public 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.MessageFormatter
writeTo
in class org.apache.axis2.transport.http.SOAPMessageFormatter
org.apache.axis2.AxisFault
public 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.MessageFormatter
getTargetAddress
in class org.apache.axis2.transport.http.SOAPMessageFormatter
org.apache.axis2.AxisFault
public 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.AxisFault
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.