Uses of Interface
org.apache.axiom.soap.SOAPModelBuilder

Packages that use SOAPModelBuilder
org.apache.axiom.om Contains core interfaces of the Axiom API. 
org.apache.axiom.om.impl   
org.apache.axiom.soap.impl.builder   
 

Uses of SOAPModelBuilder in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return SOAPModelBuilder
static SOAPModelBuilder OMXMLBuilderFactory.createSOAPModelBuilder(InputStream in, String encoding)
          Create an object model builder for SOAP that reads a message from the provided input stream, using a given charset encoding.
 SOAPModelBuilder OMMetaFactory.createSOAPModelBuilder(StAXParserConfiguration configuration, InputSource is)
          Create an object model builder for SOAP that reads a message from the provided input source.
 SOAPModelBuilder OMMetaFactory.createStAXSOAPModelBuilder(XMLStreamReader parser)
          Create an object model builder for SOAP that pulls events from a StAX stream reader.
static SOAPModelBuilder OMXMLBuilderFactory.createStAXSOAPModelBuilder(XMLStreamReader parser)
          Create an object model builder for SOAP that pulls events from a StAX stream reader.
 

Uses of SOAPModelBuilder in org.apache.axiom.om.impl
 

Methods in org.apache.axiom.om.impl that return SOAPModelBuilder
 SOAPModelBuilder AbstractOMMetaFactory.createSOAPModelBuilder(StAXParserConfiguration configuration, InputSource is)
           
 SOAPModelBuilder AbstractOMMetaFactory.createStAXSOAPModelBuilder(XMLStreamReader parser)
           
 

Uses of SOAPModelBuilder in org.apache.axiom.soap.impl.builder
 

Classes in org.apache.axiom.soap.impl.builder that implement SOAPModelBuilder
 class MTOMStAXSOAPModelBuilder
           
 class StAXSOAPModelBuilder
          StAX based builder that produces a SOAP infoset model.
 



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