org.apache.axiom.soap.impl.dom.soap12
Class SOAP12Factory

java.lang.Object
  extended by org.apache.axiom.om.impl.dom.factory.OMDOMFactory
      extended by org.apache.axiom.soap.impl.dom.factory.DOMSOAPFactory
          extended by org.apache.axiom.soap.impl.dom.soap12.SOAP12Factory
All Implemented Interfaces:
OMFactory, SOAPFactory

public class SOAP12Factory
extends DOMSOAPFactory


Field Summary
 
Fields inherited from class org.apache.axiom.om.impl.dom.factory.OMDOMFactory
document
 
Constructor Summary
SOAP12Factory()
           
SOAP12Factory(DocumentImpl doc)
           
SOAP12Factory(OMDOMMetaFactory metaFactory)
           
 
Method Summary
 SOAPBody createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 SOAPEnvelope createSOAPEnvelope()
           
 SOAPEnvelope createSOAPEnvelope(OMNamespace ns)
           
 SOAPFault createSOAPFault()
           
 SOAPFault createSOAPFault(SOAPBody parent)
           
 SOAPFault createSOAPFault(SOAPBody parent, java.lang.Exception e)
           
 SOAPFault createSOAPFault(SOAPBody parent, OMXMLParserWrapper builder)
           
 SOAPFaultCode createSOAPFaultCode(SOAPFault parent)
           
 SOAPFaultCode createSOAPFaultCode(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultDetail createSOAPFaultDetail()
           
 SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultNode createSOAPFaultNode(SOAPFault parent)
           
 SOAPFaultNode createSOAPFaultNode(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultReason createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultReason createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultRole createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultRole createSOAPFaultRole(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent)
           
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultText createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
           
 SOAPHeader createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns)
           
 SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 OMNamespace getNamespace()
           
 SOAPVersion getSOAPVersion()
           
 java.lang.String getSoapVersionURI()
           
 
Methods inherited from class org.apache.axiom.soap.impl.dom.factory.DOMSOAPFactory
createSOAPBody, createSOAPEnvelope, createSOAPFaultCode, createSOAPFaultNode, createSOAPFaultReason, createSOAPFaultRole, createSOAPFaultSubCode, createSOAPFaultText, createSOAPFaultValue, createSOAPHeader, createSOAPHeaderBlock, createSOAPMessage, createSOAPMessage, createSOAPMessage, getDefaultEnvelope, getDefaultFaultEnvelope
 
Methods inherited from class org.apache.axiom.om.impl.dom.factory.OMDOMFactory
createOMAttribute, createOMComment, createOMDocType, createOMDocument, createOMDocument, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMNamespace, createOMProcessingInstruction, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, getDocument, getMetaFactory, setDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.axiom.om.OMFactory
createOMAttribute, createOMComment, createOMDocType, createOMDocument, createOMDocument, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMNamespace, createOMProcessingInstruction, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, getMetaFactory
 

Constructor Detail

SOAP12Factory

public SOAP12Factory(OMDOMMetaFactory metaFactory)

SOAP12Factory

public SOAP12Factory()

SOAP12Factory

public SOAP12Factory(DocumentImpl doc)
Method Detail

getSoapVersionURI

public java.lang.String getSoapVersionURI()

getSOAPVersion

public SOAPVersion getSOAPVersion()

createSOAPEnvelope

public SOAPEnvelope createSOAPEnvelope()

createSOAPEnvelope

public SOAPEnvelope createSOAPEnvelope(OMNamespace ns)

createSOAPHeader

public SOAPHeader createSOAPHeader(SOAPEnvelope envelope)
                            throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPHeader

public SOAPHeader createSOAPHeader(SOAPEnvelope envelope,
                                   OMXMLParserWrapper builder)

createSOAPHeaderBlock

public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
                                             OMNamespace ns)
                                      throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPHeaderBlock

public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
                                             OMNamespace ns,
                                             SOAPHeader parent)
                                      throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPHeaderBlock

public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
                                             OMNamespace ns,
                                             SOAPHeader parent,
                                             OMXMLParserWrapper builder)
                                      throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFault

public SOAPFault createSOAPFault(SOAPBody parent,
                                 java.lang.Exception e)
                          throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFault

public SOAPFault createSOAPFault(SOAPBody parent)
                          throws SOAPProcessingException
Specified by:
createSOAPFault in interface SOAPFactory
Overrides:
createSOAPFault in class DOMSOAPFactory
Throws:
SOAPProcessingException

createSOAPFault

public SOAPFault createSOAPFault(SOAPBody parent,
                                 OMXMLParserWrapper builder)

createSOAPBody

public SOAPBody createSOAPBody(SOAPEnvelope envelope)
                        throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPBody

public SOAPBody createSOAPBody(SOAPEnvelope envelope,
                               OMXMLParserWrapper builder)

createSOAPFaultCode

public SOAPFaultCode createSOAPFaultCode(SOAPFault parent)
                                  throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFaultCode

public SOAPFaultCode createSOAPFaultCode(SOAPFault parent,
                                         OMXMLParserWrapper builder)

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent)
                                    throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent,
                                           OMXMLParserWrapper builder)

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent)
                                    throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent,
                                           OMXMLParserWrapper builder)

createSOAPFaultSubCode

public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent)
                                        throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFaultSubCode

public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent,
                                               OMXMLParserWrapper builder)

createSOAPFaultSubCode

public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent)
                                        throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFaultSubCode

public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent,
                                               OMXMLParserWrapper builder)

createSOAPFaultReason

public SOAPFaultReason createSOAPFaultReason(SOAPFault parent)
                                      throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFaultReason

public SOAPFaultReason createSOAPFaultReason(SOAPFault parent,
                                             OMXMLParserWrapper builder)

createSOAPFaultText

public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent)
                                  throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFaultText

public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent,
                                         OMXMLParserWrapper builder)

createSOAPFaultNode

public SOAPFaultNode createSOAPFaultNode(SOAPFault parent)
                                  throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFaultNode

public SOAPFaultNode createSOAPFaultNode(SOAPFault parent,
                                         OMXMLParserWrapper builder)

createSOAPFaultRole

public SOAPFaultRole createSOAPFaultRole(SOAPFault parent)
                                  throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFaultRole

public SOAPFaultRole createSOAPFaultRole(SOAPFault parent,
                                         OMXMLParserWrapper builder)

createSOAPFaultDetail

public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent)
                                      throws SOAPProcessingException
Throws:
SOAPProcessingException

createSOAPFaultDetail

public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent,
                                             OMXMLParserWrapper builder)

createSOAPFaultDetail

public SOAPFaultDetail createSOAPFaultDetail()
                                      throws SOAPProcessingException
Throws:
SOAPProcessingException

getNamespace

public OMNamespace getNamespace()

createSOAPFault

public SOAPFault createSOAPFault()
                          throws SOAPProcessingException
Throws:
SOAPProcessingException


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