Uses of Interface
org.apache.axis2.builder.Builder
Packages that use Builder
Package
Description
-
Uses of Builder in org.apache.axis2.builder
Subinterfaces of Builder in org.apache.axis2.builderModifier and TypeInterfaceDescriptioninterfaceExtension interface forBuilderimplementations that can build a message from a MIME multipart message.Classes in org.apache.axis2.builder that implement BuilderModifier and TypeClassDescriptionclassThis builder is used when the serialization of the message is application/xml.classclassclassclassclassclassMethods in org.apache.axis2.builder that return BuilderModifier and TypeMethodDescriptionstatic 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 -
Uses of Builder in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return BuilderModifier and TypeMethodDescriptionAxisConfiguration.getMessageBuilder(String contentType) Get a Builder for a particular content type.AxisConfiguration.getMessageBuilder(String contentType, boolean defaultBuilder) Methods in org.apache.axis2.engine with parameters of type BuilderModifier and TypeMethodDescriptionvoidAxisConfiguration.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 BuilderModifier and TypeMethodDescriptionstatic 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 BuilderModifier and TypeMethodDescriptionstatic 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.
MessageProcessorSelector.getMessageBuilder(String, MessageContext).