Uses of Interface
org.apache.axis2.transport.MessageFormatter

Packages that use MessageFormatter
org.apache.axis2.engine   
org.apache.axis2.fastinfoset   
org.apache.axis2.json   
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)
           
 

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.fastinfoset
 

Classes in org.apache.axis2.fastinfoset that implement MessageFormatter
 class FastInfosetMessageFormatter
           
 class FastInfosetPOXMessageFormatter
           
 

Uses of MessageFormatter in org.apache.axis2.json
 

Classes in org.apache.axis2.json that implement MessageFormatter
 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.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
 

Methods in org.apache.axis2.transport.http that return MessageFormatter
protected  MessageFormatter AbstractHTTPSender.populateCommonProperties(MessageContext msgContext, java.net.URL url, org.apache.commons.httpclient.HttpMethodBase httpMethod, org.apache.commons.httpclient.HttpClient httpClient, java.lang.String soapActionString)
          Method used to copy all the common properties
 

Constructors in org.apache.axis2.transport.http with parameters of type MessageFormatter
AxisRequestEntity(MessageFormatter messageFormatter, MessageContext msgContext, org.apache.axiom.om.OMOutputFormat format, java.lang.String soapAction, boolean chunked, boolean isAllowedRetry)
          Method calls to this request entity are delegated to the following Axis2 message formatter object.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.