Uses of Class
org.apache.axis2.om.impl.llom.builder.StAXBuilder

Packages that use StAXBuilder
org.apache.axis2.om.impl.llom.builder   
org.apache.axis2.om.impl.llom.mtom   
org.apache.axis2.soap.impl.llom.builder   
org.apache.axis2.transport.http   
 

Uses of StAXBuilder in org.apache.axis2.om.impl.llom.builder
 

Subclasses of StAXBuilder in org.apache.axis2.om.impl.llom.builder
 class StAXOMBuilder
          This will construct an OM without using SOAP specific classes like SOAPEnvelope, SOAPHeader, SOAPHeaderBlock and SOAPBody.
 

Uses of StAXBuilder in org.apache.axis2.om.impl.llom.mtom
 

Subclasses of StAXBuilder in org.apache.axis2.om.impl.llom.mtom
 class MTOMStAXSOAPModelBuilder
           
 

Uses of StAXBuilder in org.apache.axis2.soap.impl.llom.builder
 

Subclasses of StAXBuilder in org.apache.axis2.soap.impl.llom.builder
 class StAXSOAPModelBuilder
          Class StAXSOAPModelBuilder
 

Uses of StAXBuilder in org.apache.axis2.transport.http
 

Methods in org.apache.axis2.transport.http that return StAXBuilder
static StAXBuilder HTTPTransportUtils.selectBuilderForMIME(MessageContext msgContext, java.io.InputStream inStream, java.lang.String contentTypeString)