public class JsonFormatter extends java.lang.Object implements MessageFormatter
| Constructor and Description |
|---|
JsonFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formatSOAPAction(MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat omOutputFormat,
java.lang.String s) |
byte[] |
getBytes(MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat omOutputFormat) |
java.lang.String |
getContentType(MessageContext outMsgCtxt,
org.apache.axiom.om.OMOutputFormat omOutputFormat,
java.lang.String s) |
java.net.URL |
getTargetAddress(MessageContext messageContext,
org.apache.axiom.om.OMOutputFormat omOutputFormat,
java.net.URL url) |
void |
writeTo(MessageContext outMsgCtxt,
org.apache.axiom.om.OMOutputFormat omOutputFormat,
java.io.OutputStream outputStream,
boolean b) |
public byte[] getBytes(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat omOutputFormat) throws AxisFault
getBytes in interface MessageFormatterAxisFaultpublic void writeTo(MessageContext outMsgCtxt, org.apache.axiom.om.OMOutputFormat omOutputFormat, java.io.OutputStream outputStream, boolean b) throws AxisFault
writeTo in interface MessageFormatterAxisFaultpublic java.lang.String getContentType(MessageContext outMsgCtxt, org.apache.axiom.om.OMOutputFormat omOutputFormat, java.lang.String s)
getContentType in interface MessageFormatterpublic java.net.URL getTargetAddress(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat omOutputFormat, java.net.URL url) throws AxisFault
getTargetAddress in interface MessageFormatterAxisFaultpublic java.lang.String formatSOAPAction(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat omOutputFormat, java.lang.String s)
formatSOAPAction in interface MessageFormatterCopyright © 2004-2023 The Apache Software Foundation. All Rights Reserved.