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 interfaceMIMEAwareBuilderExtension interface forBuilderimplementations that can build a message from a MIME multipart message.Classes in org.apache.axis2.builder that implement Builder Modifier and Type Class Description classApplicationXMLBuilderThis builder is used when the serialization of the message is application/xml.classDataSourceBuilderclassMIMEBuilderclassMTOMBuilderclassMultipartFormDataBuilderclassSOAPBuilderclassXFormURLEncodedBuilderMethods in org.apache.axis2.builder that return Builder Modifier and Type Method Description static BuilderBuilderUtil. 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 classUnknownContentBuilder -
Uses of Builder in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return Builder Modifier and Type Method Description BuilderAxisConfiguration. getMessageBuilder(String contentType)Get a Builder for a particular content type.BuilderAxisConfiguration. getMessageBuilder(String contentType, boolean defaultBuilder)Methods in org.apache.axis2.engine with parameters of type Builder Modifier and Type Method Description voidAxisConfiguration. 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 classFastInfosetBuilderclassFastInfosetPOXBuilder -
Uses of Builder in org.apache.axis2.format
Subinterfaces of Builder in org.apache.axis2.format Modifier and Type Interface Description interfaceDataSourceMessageBuilderMessage builder able to build messages fromDataSourceobjects.interfaceTextMessageBuilderMessage builder able to build messages from a character stream.Classes in org.apache.axis2.format that implement Builder Modifier and Type Class Description classBinaryBuilderMessage builder for binary payloads.classPlainTextBuilderMessage builder for plain text payloads.classTextMessageBuilderAdapterAdapter to add theTextMessageBuilderinterface 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 classAbstractJSONOMBuilderMakes the OMSourcedElement object with the JSONDataSource inside.classJSONBadgerfishOMBuilderMessage builder for "Badgerfish" convention.classJSONOMBuilderMakes 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 classJsonBuilder -
Uses of Builder in org.apache.axis2.json.moshi
Classes in org.apache.axis2.json.moshi that implement Builder Modifier and Type Class Description classJsonBuilder -
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 OMElementTransportUtils. createDocumentElement(String contentType, Builder builder, MessageContext msgContext, InputStream inStream)static SOAPEnvelopeTransportUtils. 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 BuilderURLEndpoint. getBuilder(String contentType)Methods in org.apache.axis2.transport.base.endpoint with parameters of type Builder Modifier and Type Method Description voidURLEndpoint. addBuilder(String name, Builder builder)voidURLEndpoint. 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.InvocationResponseHTTPTransportUtils. 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.InvocationResponseRESTUtil. processURLRequest(MessageContext msgContext, OutputStream out, String contentType, Builder builder)static Handler.InvocationResponseRESTUtil. 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 BuilderMessageProcessorSelector. 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.
-