public class XFormURLEncodedFormatter extends Object implements MessageFormatter
| Constructor and Description |
|---|
XFormURLEncodedFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
formatSOAPAction(MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat format,
String soapAction) |
String |
getContentType(MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat format,
String soapAction)
Different message formats can set their own content types
Eg: JSONFormatter can set the content type as application/json
|
URL |
getTargetAddress(MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat format,
URL targetURL)
Some message formats may want to alter the target url.
|
void |
writeTo(MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat format,
OutputStream outputStream,
boolean preserve)
To support deffered writing transports as in http chunking..
|
public void writeTo(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, OutputStream outputStream, boolean preserve) throws AxisFault
MessageFormatterwriteTo in interface MessageFormatterpreserve - :
do not consume the OM when this is set..AxisFaultpublic String getContentType(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, String soapAction)
MessageFormattergetContentType in interface MessageFormatterpublic URL getTargetAddress(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, URL targetURL) throws AxisFault
MessageFormattergetTargetAddress in interface MessageFormatterAxisFaultpublic String formatSOAPAction(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, String soapAction)
formatSOAPAction in interface MessageFormatterCopyright © The Apache Software Foundation. All Rights Reserved.