Uses of Interface
org.apache.axis2.builder.Builder
-
-
Uses of Builder in org.apache.axis2.builder
Subinterfaces of Builder in org.apache.axis2.builder Modifier and Type Interface Description interface
MIMEAwareBuilder
Extension interface forBuilder
implementations that can build a message from a MIME multipart message.Classes in org.apache.axis2.builder that implement Builder Modifier and Type Class 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
Methods in org.apache.axis2.builder that return Builder Modifier and Type Method Description static Builder
BuilderUtil. getBuilderFromSelector(String type, MessageContext msgContext)
Deprecated. -
Uses of Builder in org.apache.axis2.builder.unknowncontent
Classes in org.apache.axis2.builder.unknowncontent that implement Builder Modifier and Type Class Description class
UnknownContentBuilder
-
Uses of Builder in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return Builder Modifier and Type Method Description Builder
AxisConfiguration. getMessageBuilder(String contentType)
Get a Builder for a particular content type.Builder
AxisConfiguration. getMessageBuilder(String contentType, boolean defaultBuilder)
Methods in org.apache.axis2.engine with parameters of type Builder Modifier and Type Method Description void
AxisConfiguration. addMessageBuilder(String contentType, Builder messageBuilder)
Register a messageBuilder implementation against a content type. -
Uses of Builder in org.apache.axis2.fastinfoset
Classes in org.apache.axis2.fastinfoset that implement Builder Modifier and Type Class Description class
FastInfosetBuilder
class
FastInfosetPOXBuilder
-
Uses of Builder in org.apache.axis2.format
Subinterfaces of Builder in org.apache.axis2.format Modifier and Type Interface Description interface
DataSourceMessageBuilder
Message builder able to build messages fromDataSource
objects.interface
TextMessageBuilder
Message builder able to build messages from a character stream.Classes in org.apache.axis2.format that implement Builder Modifier and Type Class Description class
BinaryBuilder
Message builder for binary payloads.class
PlainTextBuilder
Message builder for plain text payloads.class
TextMessageBuilderAdapter
Adapter to add theTextMessageBuilder
interface to an existingBuilder
.Constructors in org.apache.axis2.format with parameters of type Builder Constructor Description TextMessageBuilderAdapter(Builder builder)
-
Uses of Builder in org.apache.axis2.json
Classes in org.apache.axis2.json that implement Builder Modifier and Type Class 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. -
Uses of Builder in org.apache.axis2.json.gson
Classes in org.apache.axis2.json.gson that implement Builder Modifier and Type Class Description class
JsonBuilder
-
Uses of Builder in org.apache.axis2.json.moshi
Classes in org.apache.axis2.json.moshi that implement Builder Modifier and Type Class Description class
JsonBuilder
-
Uses of Builder in org.apache.axis2.kernel
Methods in org.apache.axis2.kernel with parameters of type Builder Modifier and Type Method Description static OMElement
TransportUtils. createDocumentElement(String contentType, Builder builder, MessageContext msgContext, InputStream inStream)
static 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. -
Uses of Builder in org.apache.axis2.transport.base.endpoint
Methods in org.apache.axis2.transport.base.endpoint that return Builder Modifier and Type Method Description Builder
URLEndpoint. getBuilder(String contentType)
Methods in org.apache.axis2.transport.base.endpoint with parameters of type Builder Modifier and Type Method Description void
URLEndpoint. addBuilder(String name, Builder builder)
void
URLEndpoint. setDefaultBuilder(Builder defaultBuilder)
-
Uses of Builder in org.apache.axis2.transport.http
Methods in org.apache.axis2.transport.http with parameters of type Builder Modifier and Type Method Description static Handler.InvocationResponse
HTTPTransportUtils. processHTTPPostRequest(MessageContext msgContext, InputStream in, OutputStream out, String contentType, Builder builder, String soapActionHeader, String requestURI)
-
Uses of Builder in org.apache.axis2.transport.http.util
Methods in org.apache.axis2.transport.http.util with parameters of type Builder Modifier and Type Method 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)
-
Uses of Builder in org.apache.axis2.util
Methods in org.apache.axis2.util that return Builder Modifier and Type Method 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. content-type to builder mapping can be specified through the Axis2.xml.
-