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

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

Uses of SOAPFactory in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return SOAPFactory
 SOAPFactory OMMetaFactory.getSOAP11Factory()
          Get an OM factory instance for the SOAP 1.1 infoset model.
static SOAPFactory OMAbstractFactory.getSOAP11Factory()
          Get the default SOAP 1.1 OM factory instance.
 SOAPFactory OMMetaFactory.getSOAP12Factory()
          Get an OM factory instance for the SOAP 1.2 infoset model.
static SOAPFactory OMAbstractFactory.getSOAP12Factory()
          Get the default SOAP 1.2 OM factory instance.
 

Uses of SOAPFactory in org.apache.axiom.om.util
 

Methods in org.apache.axiom.om.util with parameters of type SOAPFactory
static SOAPHeaderBlock ElementHelper.toSOAPHeaderBlock(OMElement omElement, SOAPFactory factory)
          This is a method to convert regular OMElements to SOAPHeaderBlocks.
 

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

Methods in org.apache.axiom.soap.impl.builder that return SOAPFactory
protected  SOAPFactory StAXSOAPModelBuilder.getSoapFactory()
           
 

Constructors in org.apache.axiom.soap.impl.builder with parameters of type SOAPFactory
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser, SOAPFactory factory, Attachments attachments, java.lang.String soapVersion)
           
StAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser, SOAPFactory factory, java.lang.String soapVersion)
          Constructor.
 



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