| Package | Description |
|---|---|
| org.apache.axis2.builder | |
| org.apache.axis2.builder.unknowncontent | |
| org.apache.axis2.engine | |
| org.apache.axis2.transport | |
| org.apache.axis2.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MIMEAwareBuilder
Extension interface for
Builder implementations that can build a message from a MIME
multipart message. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.axiom.om.OMElement |
TransportUtils.createDocumentElement(String contentType,
Builder builder,
MessageContext msgContext,
InputStream inStream) |
static org.apache.axiom.soap.SOAPEnvelope |
TransportUtils.createSOAPMessage(MessageContext msgContext,
InputStream inStream,
String contentType,
Builder builder)
Objective of this method is to capture the SOAPEnvelope creation logic
and make it a common for all the transports and to in/out flows.
|
| Modifier and Type | Method and Description |
|---|---|
static Builder |
MessageProcessorSelector.getMessageBuilder(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–2017 The Apache Software Foundation. All rights reserved.