Uses of Interface
org.apache.axis2.builder.Builder

Packages that use Builder
org.apache.axis2.builder   
org.apache.axis2.builder.unknowncontent   
org.apache.axis2.engine   
org.apache.axis2.fastinfoset   
org.apache.axis2.json   
 

Uses of Builder in org.apache.axis2.builder
 

Classes in org.apache.axis2.builder that implement Builder
 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
static Builder BuilderUtil.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
 class UnknownContentBuilder
           
 

Uses of Builder in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return Builder
 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
 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
 class FastInfosetBuilder
           
 class FastInfosetPOXBuilder
           
 

Uses of Builder in org.apache.axis2.json
 

Classes in org.apache.axis2.json that implement Builder
 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.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.