Uses of Interface
org.apache.axis2.builder.Builder
Packages that use Builder
Package
Description
-
Uses of Builder in org.apache.axis2.builder
Classes in org.apache.axis2.builder that implement BuilderModifier and TypeClassDescriptionclassThis builder is used when the serialization of the message is application/xml.classclassclassclassclassclassclassMethods in org.apache.axis2.builder that return BuilderModifier and TypeMethodDescriptionstatic BuilderBuilderUtil.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. -
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.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.