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 | 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 | Class and Description |
---|---|
class |
JsonBuilder |
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 |
---|---|
Builder |
URLEndpoint.getBuilder(String contentType) |
Modifier and Type | Method and Description |
---|---|
void |
URLEndpoint.addBuilder(String name,
Builder builder) |
void |
URLEndpoint.setDefaultBuilder(Builder defaultBuilder) |
Modifier and Type | Method and Description |
---|---|
static Handler.InvocationResponse |
HTTPTransportUtils.processHTTPPostRequest(MessageContext msgContext,
InputStream in,
OutputStream out,
String contentType,
Builder builder,
String soapActionHeader,
String requestURI) |
Modifier and Type | Method and Description |
---|---|
static Handler.InvocationResponse |
RESTUtil.processURLRequest(MessageContext msgContext,
OutputStream out,
String contentType,
Builder builder) |
static Handler.InvocationResponse |
RESTUtil.processXMLRequest(MessageContext msgContext,
InputStream in,
OutputStream out,
String contentType,
Builder builder) |
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–2019 The Apache Software Foundation. All rights reserved.