Package | Description |
---|---|
org.apache.axis2.engine | |
org.apache.axis2.transport | |
org.apache.axis2.transport.http |
Modifier and Type | Method and Description |
---|---|
MessageFormatter |
AxisConfiguration.getMessageFormatter(String contentType)
Get a MessageFormatter for the specified content type.
|
Modifier and Type | Method and Description |
---|---|
void |
AxisConfiguration.addMessageFormatter(String contentType,
MessageFormatter messageFormatter)
Register a messageFormatter implementation against a content type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected MessageFormatter |
AbstractHTTPSender.populateCommonProperties(MessageContext msgContext,
URL url,
org.apache.commons.httpclient.HttpMethodBase httpMethod,
org.apache.commons.httpclient.HttpClient httpClient,
String soapActionString)
Method used to copy all the common properties
|
Constructor and Description |
---|
AxisRequestEntity(MessageFormatter messageFormatter,
MessageContext msgContext,
org.apache.axiom.om.OMOutputFormat format,
String soapAction,
boolean chunked,
boolean isAllowedRetry)
Method calls to this request entity are delegated to the following Axis2
message formatter object.
|
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.