Package | Description |
---|---|
org.apache.axis2.builder | |
org.apache.axis2.builder.unknowncontent | |
org.apache.axis2.engine |
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 |
SOAPBuilder |
class |
XFormURLEncodedBuilder |
Modifier and Type | Method and Description |
---|---|
static Builder |
BuilderUtil.getBuilderFromSelector(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(String contentType)
Get a Builder for a particular content type.
|
Builder |
AxisConfiguration.getMessageBuilder(String contentType,
boolean defaultBuilder) |
Modifier and Type | Method and Description |
---|---|
void |
AxisConfiguration.addMessageBuilder(String contentType,
Builder messageBuilder)
Register a messageBuilder implementation against a content type.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.