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)
           
 
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, Exception e)
           
 SOAPFault createSOAPFault(SOAPBody parent, OMXMLParserWrapper builder)
           
 SOAPFaultCode createSOAPFaultCode()
           
 SOAPFaultCode createSOAPFaultCode(SOAPFault parent)
          Code eii under SOAPFault (parent)
 SOAPFaultCode createSOAPFaultCode(SOAPFault parent, OMXMLParserWrapper builder)
          Code eii under SOAPFault (parent)
 SOAPFaultDetail createSOAPFaultDetail()
           
 SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent)
          Detail eii under SOAPFault (parent)
 SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
          Role eii under SOAPFault (parent)
 SOAPFaultNode createSOAPFaultNode()
           
 SOAPFaultNode createSOAPFaultNode(SOAPFault parent)
          Node eii under SOAPFault (parent)
 SOAPFaultNode createSOAPFaultNode(SOAPFault parent, OMXMLParserWrapper builder)
          Node eii under SOAPFault (parent)
 SOAPFaultReason createSOAPFaultReason()
           
 SOAPFaultReason createSOAPFaultReason(SOAPFault parent)
          Reason eii under SOAPFault (parent)
 SOAPFaultReason createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
          Reason eii under SOAPFault (parent)
 SOAPFaultRole createSOAPFaultRole()
           
 SOAPFaultRole createSOAPFaultRole(SOAPFault parent)
          Role eii under SOAPFault (parent)
 SOAPFaultRole createSOAPFaultRole(SOAPFault parent, OMXMLParserWrapper builder)
          Role eii under SOAPFault (parent)
 SOAPFaultSubCode createSOAPFaultSubCode()
           
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent, OMXMLParserWrapper builder)
          SubCode eii under Value (parent)
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent)
          SubCode eii under SubCode (parent)
 SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
          SubCode eii under SubCode (parent)
 SOAPFaultText createSOAPFaultText()
           
 SOAPFaultText createSOAPFaultText(SOAPFaultReason parent)
          SubCode eii under SubCode (parent)
 SOAPFaultText createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
          SubCode eii under SubCode (parent)
 SOAPFaultValue createSOAPFaultValue()
           
 SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent)
          Value eii under Code (parent)
 SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
          Value eii under Code (parent)
 SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent)
          SubCode eii under Value (parent)
 SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
           
 SOAPHeader createSOAPHeader()
           
 SOAPHeader createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 SOAPHeaderBlock createSOAPHeaderBlock(String localName, OMNamespace ns)
           
 SOAPHeaderBlock createSOAPHeaderBlock(String localName, OMNamespace ns, OMDataSource ds)
          Create SOAPHeaderBlock that has an OMDataSource
 SOAPHeaderBlock createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPMessage createSOAPMessage()
          Eran Chinthaka (chinthaka@apache.org)
 SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
           
 SOAPMessage createSOAPMessage(SOAPEnvelope envelope, OMXMLParserWrapper parserWrapper)
           
 SOAPEnvelope getDefaultEnvelope()
          Method getDefaultEnvelope.
 SOAPEnvelope getDefaultFaultEnvelope()
           
 OMNamespace getNamespace()
           
 SOAPVersion getSOAPVersion()
           
 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, createOMNamespace, createOMProcessingInstruction, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, getDocument, 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, createOMNamespace, createOMProcessingInstruction, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText
 

Constructor Detail

DOMSOAPFactory

public DOMSOAPFactory()

DOMSOAPFactory

public DOMSOAPFactory(DocumentImpl doc)
Method Detail

getSoapVersionURI

public 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
Returns:
Returns SOAPEnvelope.
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
Returns:
Returns SOAPHeader.
Throws:
SOAPProcessingException

createSOAPHeader

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

createSOAPHeaderBlock

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

createSOAPHeaderBlock

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

createSOAPFault

public SOAPFault createSOAPFault(SOAPBody parent,
                                 Exception e)
                          throws SOAPProcessingException
Specified by:
createSOAPFault in interface SOAPFactory
Returns:
Returns SOAPFault.
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
Returns:
Returns SOAPFault.

createSOAPBody

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

createSOAPBody

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

createSOAPFaultCode

public SOAPFaultCode createSOAPFaultCode(SOAPFault parent)
                                  throws SOAPProcessingException
Description copied from interface: SOAPFactory
Code eii under SOAPFault (parent)

Specified by:
createSOAPFaultCode in interface SOAPFactory
Returns:
Returns SOAPFaultCode.
Throws:
SOAPProcessingException

createSOAPFaultCode

public SOAPFaultCode createSOAPFaultCode(SOAPFault parent,
                                         OMXMLParserWrapper builder)
Description copied from interface: SOAPFactory
Code eii under SOAPFault (parent)

Specified by:
createSOAPFaultCode in interface SOAPFactory
Returns:
Returns SOAPFaultCode.

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent)
                                    throws SOAPProcessingException
Description copied from interface: SOAPFactory
Value eii under Code (parent)

Specified by:
createSOAPFaultValue in interface SOAPFactory
Returns:
Returns SOAPFaultValue.
Throws:
SOAPProcessingException

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent,
                                           OMXMLParserWrapper builder)
Description copied from interface: SOAPFactory
Value eii under Code (parent)

Specified by:
createSOAPFaultValue in interface SOAPFactory
Returns:
Returns SOAPFaultValue.

createSOAPFaultValue

public SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent)
                                    throws SOAPProcessingException
Description copied from interface: SOAPFactory
SubCode eii under Value (parent)

Specified by:
createSOAPFaultValue in interface SOAPFactory
Returns:
Returns SOAPFaultValue.
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)
Description copied from interface: SOAPFactory
SubCode eii under Value (parent)

Specified by:
createSOAPFaultSubCode in interface SOAPFactory
Returns:
Returns SOAPFaultSubCode.

createSOAPFaultSubCode

public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent)
                                        throws SOAPProcessingException
Description copied from interface: SOAPFactory
SubCode eii under SubCode (parent)

Specified by:
createSOAPFaultSubCode in interface SOAPFactory
Returns:
Returns SOAPFaultSubCode.
Throws:
SOAPProcessingException

createSOAPFaultSubCode

public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent,
                                               OMXMLParserWrapper builder)
Description copied from interface: SOAPFactory
SubCode eii under SubCode (parent)

Specified by:
createSOAPFaultSubCode in interface SOAPFactory
Returns:
Returns SOAPFaultSubCode.

createSOAPFaultReason

public SOAPFaultReason createSOAPFaultReason(SOAPFault parent)
                                      throws SOAPProcessingException
Description copied from interface: SOAPFactory
Reason eii under SOAPFault (parent)

Specified by:
createSOAPFaultReason in interface SOAPFactory
Returns:
Returns SOAPFaultReason.
Throws:
SOAPProcessingException

createSOAPFaultReason

public SOAPFaultReason createSOAPFaultReason(SOAPFault parent,
                                             OMXMLParserWrapper builder)
Description copied from interface: SOAPFactory
Reason eii under SOAPFault (parent)

Specified by:
createSOAPFaultReason in interface SOAPFactory
Returns:
Returns SOAPFaultReason.

createSOAPFaultText

public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent)
                                  throws SOAPProcessingException
Description copied from interface: SOAPFactory
SubCode eii under SubCode (parent)

Specified by:
createSOAPFaultText in interface SOAPFactory
Returns:
Returns SOAPFaultText.
Throws:
SOAPProcessingException

createSOAPFaultText

public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent,
                                         OMXMLParserWrapper builder)
Description copied from interface: SOAPFactory
SubCode eii under SubCode (parent)

Specified by:
createSOAPFaultText in interface SOAPFactory
Returns:
Returns SOAPFaultText.

createSOAPFaultNode

public SOAPFaultNode createSOAPFaultNode(SOAPFault parent)
                                  throws SOAPProcessingException
Description copied from interface: SOAPFactory
Node eii under SOAPFault (parent)

Specified by:
createSOAPFaultNode in interface SOAPFactory
Returns:
Returns SOAPFaultNode.
Throws:
SOAPProcessingException

createSOAPFaultNode

public SOAPFaultNode createSOAPFaultNode(SOAPFault parent,
                                         OMXMLParserWrapper builder)
Description copied from interface: SOAPFactory
Node eii under SOAPFault (parent)

Specified by:
createSOAPFaultNode in interface SOAPFactory
Returns:
Returns SOAPFaultNode.

createSOAPFaultRole

public SOAPFaultRole createSOAPFaultRole(SOAPFault parent)
                                  throws SOAPProcessingException
Description copied from interface: SOAPFactory
Role eii under SOAPFault (parent)

Specified by:
createSOAPFaultRole in interface SOAPFactory
Returns:
Returns SOAPFaultRole.
Throws:
SOAPProcessingException

createSOAPFaultRole

public SOAPFaultRole createSOAPFaultRole(SOAPFault parent,
                                         OMXMLParserWrapper builder)
Description copied from interface: SOAPFactory
Role eii under SOAPFault (parent)

Specified by:
createSOAPFaultRole in interface SOAPFactory
Returns:
Returns SOAPFaultRole.

createSOAPFaultDetail

public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent)
                                      throws SOAPProcessingException
Description copied from interface: SOAPFactory
Detail eii under SOAPFault (parent)

Specified by:
createSOAPFaultDetail in interface SOAPFactory
Returns:
Returns SOAPFaultDetail.
Throws:
SOAPProcessingException

createSOAPFaultDetail

public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent,
                                             OMXMLParserWrapper builder)
Description copied from interface: SOAPFactory
Role eii under SOAPFault (parent)

Specified by:
createSOAPFaultDetail in interface SOAPFactory
Returns:
Returns SOAPFaultDetail.

getDefaultEnvelope

public SOAPEnvelope getDefaultEnvelope()
                                throws SOAPProcessingException
Description copied from interface: SOAPFactory
Method getDefaultEnvelope. This returns a SOAP envelope consisting with an empty Header and a Body. This is just a util method which can be used everywhere.

Specified by:
getDefaultEnvelope in interface SOAPFactory
Returns:
Returns SOAPEnvelope.
Throws:
SOAPProcessingException

getDefaultFaultEnvelope

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

createSOAPMessage

public SOAPMessage createSOAPMessage()
Description copied from interface: SOAPFactory
Eran Chinthaka (chinthaka@apache.org)

Specified by:
createSOAPMessage in interface SOAPFactory

createSOAPHeader

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

createSOAPHeaderBlock

public SOAPHeaderBlock createSOAPHeaderBlock(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
See Also:
SOAP11Factory,SOAP12Factory

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(String localName,
                                             OMNamespace ns,
                                             OMDataSource ds)
                                      throws SOAPProcessingException
Description copied from interface: SOAPFactory
Create SOAPHeaderBlock that has an OMDataSource

Specified by:
createSOAPHeaderBlock in interface SOAPFactory
Returns:
SOAPHeaderBlock
Throws:
SOAPProcessingException


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