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:
OMFactoryEx, OMFactory, SOAPFactoryEx, SOAPFactory
Direct Known Subclasses:
SOAP11Factory, SOAP12Factory

public abstract class DOMSOAPFactory
extends OMDOMFactory
implements SOAPFactoryEx


Constructor Summary
DOMSOAPFactory()
           
DOMSOAPFactory(OMDOMMetaFactory metaFactory)
           
 
Method Summary
 SOAPBody createSOAPBody()
           
 SOAPEnvelope createSOAPEnvelope(SOAPMessage message, OMXMLParserWrapper builder)
           
 SOAPFault createSOAPFault(SOAPBody parent)
           
 SOAPFaultCode createSOAPFaultCode()
           
 SOAPFaultNode createSOAPFaultNode()
           
 SOAPFaultReason createSOAPFaultReason()
           
 SOAPFaultRole createSOAPFaultRole()
           
 SOAPFaultSubCode createSOAPFaultSubCode()
           
 SOAPFaultText createSOAPFaultText()
           
 SOAPFaultValue createSOAPFaultValue()
           
 SOAPHeader createSOAPHeader()
           
 SOAPHeaderBlock createSOAPHeaderBlock(OMDataSource source)
           
 SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, OMDataSource ds)
           
 SOAPMessage createSOAPMessage()
           
 SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
           
 SOAPEnvelope getDefaultEnvelope()
           
 SOAPEnvelope getDefaultFaultEnvelope()
           
 
Methods inherited from class org.apache.axiom.om.impl.dom.factory.OMDOMFactory
createOMAttribute, createOMComment, createOMComment, createOMDocType, createOMDocType, createOMDocument, createOMDocument, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMEntityReference, createOMEntityReference, createOMNamespace, createOMProcessingInstruction, createOMProcessingInstruction, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, getMetaFactory, importNode
 
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.soap.impl.builder.SOAPFactoryEx
createSOAPBody, createSOAPFault, createSOAPFaultCode, createSOAPFaultDetail, createSOAPFaultNode, createSOAPFaultReason, createSOAPFaultRole, createSOAPFaultSubCode, createSOAPFaultSubCode, createSOAPFaultText, createSOAPFaultValue, createSOAPFaultValue, createSOAPHeader, createSOAPHeaderBlock
 
Methods inherited from interface org.apache.axiom.soap.SOAPFactory
createSOAPBody, createSOAPEnvelope, createSOAPEnvelope, createSOAPFault, createSOAPFault, createSOAPFaultCode, createSOAPFaultDetail, createSOAPFaultDetail, createSOAPFaultNode, createSOAPFaultReason, createSOAPFaultRole, createSOAPFaultSubCode, createSOAPFaultSubCode, createSOAPFaultText, createSOAPFaultValue, createSOAPFaultValue, createSOAPHeader, createSOAPHeaderBlock, createSOAPHeaderBlock, getNamespace, getSOAPVersion, getSoapVersionURI
 
Methods inherited from interface org.apache.axiom.om.impl.builder.OMFactoryEx
createOMComment, createOMDocType, createOMDocument, createOMElement, createOMEntityReference, createOMProcessingInstruction, createOMText, createOMText, importNode
 
Methods inherited from interface org.apache.axiom.om.OMFactory
createOMAttribute, createOMComment, createOMDocType, createOMDocument, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMEntityReference, createOMNamespace, createOMProcessingInstruction, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, getMetaFactory
 

Constructor Detail

DOMSOAPFactory

public DOMSOAPFactory(OMDOMMetaFactory metaFactory)

DOMSOAPFactory

public DOMSOAPFactory()
Method Detail

createSOAPMessage

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

createSOAPEnvelope

public SOAPEnvelope createSOAPEnvelope(SOAPMessage message,
                                       OMXMLParserWrapper builder)
Specified by:
createSOAPEnvelope in interface SOAPFactoryEx

createSOAPFault

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

getDefaultEnvelope

public final 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

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

createSOAPHeaderBlock

public SOAPHeaderBlock createSOAPHeaderBlock(OMDataSource source)
Specified by:
createSOAPHeaderBlock 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-2012 The Apache Software Foundation. All Rights Reserved.