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

Packages that use SOAPFactory
org.apache.axiom.om   
org.apache.axiom.soap.impl.builder   
 

Uses of SOAPFactory in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return SOAPFactory
static SOAPFactory OMAbstractFactory.getSOAP11Factory()
          Gets the default factory implementation from the classpath.
static SOAPFactory OMAbstractFactory.getSOAP12Factory()
          Gets the default factory implementation from the classpath.
 

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
StAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser, SOAPFactory factory, java.lang.String soapVersion)
           
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser, SOAPFactory factory, Attachments attachments, java.lang.String soapVersion)
           
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.