|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageFormatter | |
---|---|
org.apache.axis2.engine | |
org.apache.axis2.transport | |
org.apache.axis2.transport.http |
Uses of MessageFormatter in org.apache.axis2.engine |
---|
Methods in org.apache.axis2.engine that return MessageFormatter | |
---|---|
MessageFormatter |
AxisConfiguration.getMessageFormatter(java.lang.String contentType)
Get a MessageFormatter for the specified content type. |
Methods in org.apache.axis2.engine with parameters of type MessageFormatter | |
---|---|
void |
AxisConfiguration.addMessageFormatter(java.lang.String contentType,
MessageFormatter messageFormatter)
Register a messageFormatter implementation against a content type. |
Uses of MessageFormatter in org.apache.axis2.transport |
---|
Methods in org.apache.axis2.transport that return MessageFormatter | |
---|---|
static MessageFormatter |
TransportUtils.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. |
Uses of MessageFormatter in org.apache.axis2.transport.http |
---|
Classes in org.apache.axis2.transport.http that implement MessageFormatter | |
---|---|
class |
ApplicationXMLFormatter
Formates the request message as application/xml |
class |
MultipartFormDataFormatter
Formates the request message as multipart/form-data. |
class |
SOAPMessageFormatter
|
class |
XFormURLEncodedFormatter
Formates the request message as application/x-www-form-urlencoded |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |