Uses of Interface
org.apache.axis2.builder.Builder
-
Packages that use Builder Package Description org.apache.axis2.builder org.apache.axis2.builder.unknowncontent org.apache.axis2.engine org.apache.axis2.kernel org.apache.axis2.util -
-
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.kernel
Methods in org.apache.axis2.kernel with parameters of type Builder Modifier and Type Method Description static org.apache.axiom.om.OMElementTransportUtils. createDocumentElement(String contentType, Builder builder, MessageContext msgContext, InputStream inStream)static org.apache.axiom.soap.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.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.
-