org.apache.axiom.soap.impl.dom.factory
Class DOMSOAPFactory
java.lang.Object
org.apache.axiom.om.impl.dom.factory.OMDOMFactory
org.apache.axiom.soap.impl.dom.factory.DOMSOAPFactory
- All Implemented Interfaces:
- OMFactory, SOAPFactory
- Direct Known Subclasses:
- SOAP11Factory, SOAP12Factory
public abstract class DOMSOAPFactory
- extends OMDOMFactory
- implements SOAPFactory
| 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.soap.SOAPFactory |
createSOAPBody, createSOAPBody, createSOAPEnvelope, createSOAPEnvelope, createSOAPFault, createSOAPFault, createSOAPFault, createSOAPFaultCode, createSOAPFaultCode, createSOAPFaultDetail, createSOAPFaultDetail, createSOAPFaultDetail, createSOAPFaultNode, createSOAPFaultNode, createSOAPFaultReason, createSOAPFaultReason, createSOAPFaultRole, createSOAPFaultRole, createSOAPFaultSubCode, createSOAPFaultSubCode, createSOAPFaultSubCode, createSOAPFaultSubCode, createSOAPFaultText, createSOAPFaultText, createSOAPFaultValue, createSOAPFaultValue, createSOAPFaultValue, createSOAPFaultValue, createSOAPHeader, createSOAPHeader, createSOAPHeaderBlock, createSOAPHeaderBlock, createSOAPHeaderBlock, getNamespace, getSOAPVersion, getSoapVersionURI |
| 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 |
DOMSOAPFactory
public DOMSOAPFactory(OMDOMMetaFactory metaFactory)
DOMSOAPFactory
public DOMSOAPFactory()
DOMSOAPFactory
public DOMSOAPFactory(DocumentImpl doc)
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
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(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.