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 | Class and Description |
---|---|
class |
FastInfosetBuilder |
class |
FastInfosetPOXBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
DataSourceMessageBuilder
Message builder able to build messages from
DataSource objects. |
interface |
TextMessageBuilder
Message builder able to build messages from a character stream.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryBuilder
Message builder for binary payloads.
|
class |
PlainTextBuilder
Message builder for plain text payloads.
|
class |
TextMessageBuilderAdapter
Adapter to add the
TextMessageBuilder interface to an
existing Builder . |
Constructor and Description |
---|
TextMessageBuilderAdapter(Builder builder) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJSONOMBuilder
Makes the OMSourcedElement object with the JSONDataSource inside.
|
class |
JSONBadgerfishOMBuilder
Message builder for "Badgerfish" convention.
|
class |
JSONOMBuilder
Makes the OMSourcedElement object with the JSONDataSource inside.
|
Modifier and Type | Method and Description |
---|---|
Builder |
URLEndpoint.getBuilder(String contentType) |
Modifier and Type | Method and Description |
---|---|
void |
URLEndpoint.addBuilder(String name,
Builder builder) |
void |
URLEndpoint.setDefaultBuilder(Builder defaultBuilder) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.