Uses of Interface
org.apache.axis2.kernel.MessageFormatter
-
-
Uses of MessageFormatter in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return MessageFormatter Modifier and Type Method Description MessageFormatter
AxisConfiguration. getMessageFormatter(String contentType)
Get a MessageFormatter for the specified content type.Methods in org.apache.axis2.engine with parameters of type MessageFormatter Modifier and Type Method Description void
AxisConfiguration. addMessageFormatter(String contentType, MessageFormatter messageFormatter)
Register a messageFormatter implementation against a content type. -
Uses of MessageFormatter in org.apache.axis2.fastinfoset
Classes in org.apache.axis2.fastinfoset that implement MessageFormatter Modifier and Type Class Description class
FastInfosetMessageFormatter
class
FastInfosetPOXMessageFormatter
-
Uses of MessageFormatter in org.apache.axis2.format
Subinterfaces of MessageFormatter in org.apache.axis2.format Modifier and Type Interface Description interface
MessageFormatterEx
Message formatter with extended capabilities.Classes in org.apache.axis2.format that implement MessageFormatter Modifier and Type Class Description class
BinaryFormatter
class
MessageFormatterExAdapter
Adapter to add theMessageFormatterEx
interface to an existingMessageFormatter
.class
PlainTextFormatter
Constructors in org.apache.axis2.format with parameters of type MessageFormatter Constructor Description MessageFormatterExAdapter(MessageFormatter messageFormatter)
-
Uses of MessageFormatter in org.apache.axis2.jaxws.utility
Classes in org.apache.axis2.jaxws.utility that implement MessageFormatter Modifier and Type Class Description class
DataSourceFormatter
-
Uses of MessageFormatter in org.apache.axis2.json
Classes in org.apache.axis2.json that implement MessageFormatter Modifier and Type Class Description class
AbstractJSONMessageFormatter
Base class for JSON message formatters.class
JSONBadgerfishMessageFormatter
This JSONBadgerfishMessageFormatter is the formatter for "Badgerfish" formatted JSON in Axis2.class
JSONMessageFormatter
This JSONMessageFormatter is the formatter for "Mapped" formatted JSON in Axis2. -
Uses of MessageFormatter in org.apache.axis2.json.gson
Classes in org.apache.axis2.json.gson that implement MessageFormatter Modifier and Type Class Description class
JsonFormatter
-
Uses of MessageFormatter in org.apache.axis2.json.moshi
Classes in org.apache.axis2.json.moshi that implement MessageFormatter Modifier and Type Class Description class
JsonFormatter
-
Uses of MessageFormatter in org.apache.axis2.kernel.http
Classes in org.apache.axis2.kernel.http that implement MessageFormatter Modifier and Type Class Description class
ApplicationXMLFormatter
Formates the request message as application/xmlclass
MultipartFormDataFormatter
Formates the request message as multipart/form-data.class
SOAPMessageFormatter
class
XFormURLEncodedFormatter
Formates the request message as application/x-www-form-urlencoded -
Uses of MessageFormatter in org.apache.axis2.transport.base
Methods in org.apache.axis2.transport.base that return MessageFormatter Modifier and Type Method Description static MessageFormatter
BaseUtils. getMessageFormatter(MessageContext msgContext)
Get the MessageFormatter for the given message. -
Uses of MessageFormatter in org.apache.axis2.util
Methods in org.apache.axis2.util that return MessageFormatter Modifier and Type Method Description static MessageFormatter
MessageProcessorSelector. getMessageFormatter(MessageContext msgContext)
Initial work for a builder selector which selects the builder for a given message format based on the the content type of the recieved message.
-