| Package | Description |
|---|---|
| org.apache.axis2.builder | |
| org.apache.axis2.builder.unknowncontent | |
| org.apache.axis2.engine | |
| org.apache.axis2.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationXMLBuilder
This builder is used when the serialization of the message is application/xml.
|
class |
DataSourceBuilder |
class |
MIMEBuilder |
class |
MTOMBuilder |
class |
MultipartFormDataBuilder |
class |
SecureApplicationXMLBuilder |
class |
SOAPBuilder |
class |
XFormURLEncodedBuilder |
| Modifier and Type | Method and Description |
|---|---|
static Builder |
BuilderUtil.getBuilderFromSelector(java.lang.String type,
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 |
UnknownContentBuilder |
| Modifier and Type | Method and Description |
|---|---|
Builder |
AxisConfiguration.getMessageBuilder(java.lang.String contentType)
Get a Builder for a particular content type.
|
Builder |
AxisConfiguration.getMessageBuilder(java.lang.String contentType,
boolean defaultBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisConfiguration.addMessageBuilder(java.lang.String contentType,
Builder messageBuilder)
Register a messageBuilder implementation against a content type.
|
| Modifier and Type | Method and Description |
|---|---|
static Builder |
MessageProcessorSelector.getMessageBuilder(java.lang.String type,
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.
|
Copyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.