org.apache.axiom.soap.impl.dom.factory
Class DOMSOAPFactory

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

public class DOMSOAPFactory
extends OMDOMFactory
implements SOAPFactory


Field Summary
 
Fields inherited from class org.apache.axiom.om.impl.dom.factory.OMDOMFactory
document
 
Constructor Summary
DOMSOAPFactory()
           
DOMSOAPFactory(DocumentImpl doc)
           
DOMSOAPFactory(OMDOMMetaFactory metaFactory)
           
 
Method Summary
 SOAPBody createSOAPBody()
           
 SOAPBody createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 SOAPEnvelope createSOAPEnvelope()
           
 SOAPEnvelope createSOAPEnvelope(OMNamespace ns)
           
 SOAPEnvelope createSOAPEnvelope(OMXMLParserWrapper builder)
           
 SOAPFault createSOAPFault()
           
 SOAPFault createSOAPFault(SOAPBody parent)
           
 SOAPFault createSOAPFault(SOAPBody parent, java.lang.Exception e)
           
 SOAPFault createSOAPFault(SOAPBody parent, OMXMLParserWrapper builder)
           
 SOAPFaultCode createSOAPFaultCode()
           
 SOAPFaultCode createSOAPFaultCode(SOAPFault parent)
           
 SOAPFaultCode createSOAPFaultCode(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultDetail createSOAPFaultDetail()
           
 SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultNode createSOAPFaultNode()
           
 SOAPFaultNode createSOAPFaultNode(SOAPFault parent)
           
 SOAPFaultNode createSOAPFaultNode(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultReason createSOAPFaultReason()
           
 SOAPFaultReason createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultReason createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultRole createSOAPFaultRole()
           
 SOAPFaultRole createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultRole createSOAPFaultRole(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultSubCode createSOAPFaultSubCode()
           
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent)
           
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultText createSOAPFaultText()
           
 SOAPFaultText createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue createSOAPFaultValue()
           
 SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
           
 SOAPHeader createSOAPHeader()
           
 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, OMDataSource ds)
           
 SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPMessage createSOAPMessage()
           
 SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
           
 SOAPMessage createSOAPMessage(SOAPEnvelope envelope, OMXMLParserWrapper parserWrapper)
           
 SOAPEnvelope getDefaultEnvelope()
           
 SOAPEnvelope getDefaultFaultEnvelope()
           
 OMNamespace getNamespace()
           
 SOAPVersion getSOAPVersion()
           
 java.lang.String getSoapVersionURI()
           
 
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

DOMSOAPFactory

public DOMSOAPFactory(OMDOMMetaFactory metaFactory)

DOMSOAPFactory

public DOMSOAPFactory()

DOMSOAPFactory

public DOMSOAPFactory(DocumentImpl doc)
Method Detail

getSoapVersionURI

public java.lang.String getSoapVersionURI()
Specified by:
getSoapVersionURI in interface SOAPFactory

getSOAPVersion

public SOAPVersion getSOAPVersion()
Specified by:
getSOAPVersion in interface SOAPFactory

createSOAPMessage

public SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
Specified by:
createSOAPMessage in interface SOAPFactory

createSOAPMessage

public SOAPMessage createSOAPMessage(SOAPEnvelope envelope,
                                     OMXMLParserWrapper parserWrapper)
Specified by:
createSOAPMessage in interface SOAPFactory

createSOAPEnvelope

public SOAPEnvelope createSOAPEnvelope(OMXMLParserWrapper builder)
Specified by:
createSOAPEnvelope in interface SOAPFactory

createSOAPEnvelope

public SOAPEnvelope createSOAPEnvelope()
                                throws SOAPProcessingException
Specified by:
createSOAPEnvelope in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPEnvelope

public SOAPEnvelope createSOAPEnvelope(OMNamespace ns)
Specified by:
createSOAPEnvelope in interface SOAPFactory

createSOAPHeader

public SOAPHeader createSOAPHeader(SOAPEnvelope envelope)
                            throws SOAPProcessingException
Specified by:
createSOAPHeader in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPHeader

public SOAPHeader createSOAPHeader(SOAPEnvelope envelope,
                                   OMXMLParserWrapper builder)
Specified by:
createSOAPHeader in interface SOAPFactory

createSOAPHeaderBlock

public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
                                             OMNamespace ns,
                                             SOAPHeader parent)
                                      throws SOAPProcessingException
Specified by:
createSOAPHeaderBlock in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPHeaderBlock

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

createSOAPFault

public SOAPFault createSOAPFault(SOAPBody parent,
                                 java.lang.Exception e)
                          throws SOAPProcessingException
Specified by:
createSOAPFault in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFault

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

createSOAPFault

public SOAPFault createSOAPFault(SOAPBody parent,
                                 OMXMLParserWrapper builder)
Specified by:
createSOAPFault in interface SOAPFactory

createSOAPBody

public SOAPBody createSOAPBody(SOAPEnvelope envelope)
                        throws SOAPProcessingException
Specified by:
createSOAPBody in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPBody

public SOAPBody createSOAPBody(SOAPEnvelope envelope,
                               OMXMLParserWrapper builder)
Specified by:
createSOAPBody in interface SOAPFactory

createSOAPFaultCode

public SOAPFaultCode createSOAPFaultCode(SOAPFault parent)
                                  throws SOAPProcessingException
Specified by:
createSOAPFaultCode in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultCode

public SOAPFaultCode createSOAPFaultCode(SOAPFault parent,
                                         OMXMLParserWrapper builder)
Specified by:
createSOAPFaultCode in interface SOAPFactory

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent)
                                    throws SOAPProcessingException
Specified by:
createSOAPFaultValue in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent,
                                           OMXMLParserWrapper builder)
Specified by:
createSOAPFaultValue in interface SOAPFactory

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent)
                                    throws SOAPProcessingException
Specified by:
createSOAPFaultValue in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent,
                                           OMXMLParserWrapper builder)
Specified by:
createSOAPFaultValue in interface SOAPFactory

createSOAPFaultSubCode

public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent)
                                        throws SOAPProcessingException
Specified by:
createSOAPFaultSubCode in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultSubCode

public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent,
                                               OMXMLParserWrapper builder)
Specified by:
createSOAPFaultSubCode in interface SOAPFactory

createSOAPFaultSubCode

public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent)
                                        throws SOAPProcessingException
Specified by:
createSOAPFaultSubCode in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultSubCode

public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent,
                                               OMXMLParserWrapper builder)
Specified by:
createSOAPFaultSubCode in interface SOAPFactory

createSOAPFaultReason

public SOAPFaultReason createSOAPFaultReason(SOAPFault parent)
                                      throws SOAPProcessingException
Specified by:
createSOAPFaultReason in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultReason

public SOAPFaultReason createSOAPFaultReason(SOAPFault parent,
                                             OMXMLParserWrapper builder)
Specified by:
createSOAPFaultReason in interface SOAPFactory

createSOAPFaultText

public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent)
                                  throws SOAPProcessingException
Specified by:
createSOAPFaultText in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultText

public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent,
                                         OMXMLParserWrapper builder)
Specified by:
createSOAPFaultText in interface SOAPFactory

createSOAPFaultNode

public SOAPFaultNode createSOAPFaultNode(SOAPFault parent)
                                  throws SOAPProcessingException
Specified by:
createSOAPFaultNode in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultNode

public SOAPFaultNode createSOAPFaultNode(SOAPFault parent,
                                         OMXMLParserWrapper builder)
Specified by:
createSOAPFaultNode in interface SOAPFactory

createSOAPFaultRole

public SOAPFaultRole createSOAPFaultRole(SOAPFault parent)
                                  throws SOAPProcessingException
Specified by:
createSOAPFaultRole in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultRole

public SOAPFaultRole createSOAPFaultRole(SOAPFault parent,
                                         OMXMLParserWrapper builder)
Specified by:
createSOAPFaultRole in interface SOAPFactory

createSOAPFaultDetail

public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent)
                                      throws SOAPProcessingException
Specified by:
createSOAPFaultDetail in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultDetail

public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent,
                                             OMXMLParserWrapper builder)
Specified by:
createSOAPFaultDetail in interface SOAPFactory

getDefaultEnvelope

public SOAPEnvelope getDefaultEnvelope()
                                throws SOAPProcessingException
Specified by:
getDefaultEnvelope in interface SOAPFactory
Throws:
SOAPProcessingException

getDefaultFaultEnvelope

public SOAPEnvelope getDefaultFaultEnvelope()
                                     throws SOAPProcessingException
Specified by:
getDefaultFaultEnvelope in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPMessage

public SOAPMessage createSOAPMessage()
Specified by:
createSOAPMessage in interface SOAPFactory

createSOAPHeader

public SOAPHeader createSOAPHeader()
                            throws SOAPProcessingException
Specified by:
createSOAPHeader in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPHeaderBlock

public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
                                             OMNamespace ns)
                                      throws SOAPProcessingException
Specified by:
createSOAPHeaderBlock in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFault

public SOAPFault createSOAPFault()
                          throws SOAPProcessingException
Specified by:
createSOAPFault in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPBody

public SOAPBody createSOAPBody()
                        throws SOAPProcessingException
Specified by:
createSOAPBody in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultCode

public SOAPFaultCode createSOAPFaultCode()
                                  throws SOAPProcessingException
Specified by:
createSOAPFaultCode in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue()
                                    throws SOAPProcessingException
Specified by:
createSOAPFaultValue in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultSubCode

public SOAPFaultSubCode createSOAPFaultSubCode()
                                        throws SOAPProcessingException
Specified by:
createSOAPFaultSubCode in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultReason

public SOAPFaultReason createSOAPFaultReason()
                                      throws SOAPProcessingException
Specified by:
createSOAPFaultReason in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultText

public SOAPFaultText createSOAPFaultText()
                                  throws SOAPProcessingException
Specified by:
createSOAPFaultText in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultNode

public SOAPFaultNode createSOAPFaultNode()
                                  throws SOAPProcessingException
Specified by:
createSOAPFaultNode in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultRole

public SOAPFaultRole createSOAPFaultRole()
                                  throws SOAPProcessingException
Specified by:
createSOAPFaultRole in interface SOAPFactory
Throws:
SOAPProcessingException

createSOAPFaultDetail

public SOAPFaultDetail createSOAPFaultDetail()
                                      throws SOAPProcessingException
Specified by:
createSOAPFaultDetail in interface SOAPFactory
Throws:
SOAPProcessingException

getNamespace

public OMNamespace getNamespace()
Specified by:
getNamespace in interface SOAPFactory

createSOAPHeaderBlock

public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
                                             OMNamespace ns,
                                             OMDataSource ds)
                                      throws SOAPProcessingException
Specified by:
createSOAPHeaderBlock in interface SOAPFactory
Throws:
SOAPProcessingException


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