public abstract class DOMSOAPFactory extends OMDOMFactory implements SOAPFactoryEx
Constructor and Description |
---|
DOMSOAPFactory() |
DOMSOAPFactory(OMDOMMetaFactory metaFactory) |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createSOAPBody, createSOAPFault, createSOAPFaultCode, createSOAPFaultDetail, createSOAPFaultNode, createSOAPFaultReason, createSOAPFaultRole, createSOAPFaultSubCode, createSOAPFaultSubCode, createSOAPFaultText, createSOAPFaultValue, createSOAPFaultValue, createSOAPHeader, createSOAPHeaderBlock
createSOAPBody, createSOAPEnvelope, createSOAPEnvelope, createSOAPFault, createSOAPFault, createSOAPFaultCode, createSOAPFaultDetail, createSOAPFaultDetail, createSOAPFaultNode, createSOAPFaultReason, createSOAPFaultRole, createSOAPFaultSubCode, createSOAPFaultSubCode, createSOAPFaultText, createSOAPFaultValue, createSOAPFaultValue, createSOAPHeader, createSOAPHeaderBlock, createSOAPHeaderBlock, getNamespace, getSOAPVersion, getSoapVersionURI
createOMComment, createOMDocType, createOMDocument, createOMElement, createOMEntityReference, createOMProcessingInstruction, createOMText, createOMText, importNode
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
public DOMSOAPFactory(OMDOMMetaFactory metaFactory)
public DOMSOAPFactory()
public SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
createSOAPMessage
in interface SOAPFactoryEx
public SOAPEnvelope createSOAPEnvelope(SOAPMessage message, OMXMLParserWrapper builder)
createSOAPEnvelope
in interface SOAPFactoryEx
public SOAPFault createSOAPFault(SOAPBody parent) throws SOAPProcessingException
createSOAPFault
in interface SOAPFactory
SOAPProcessingException
public final SOAPEnvelope getDefaultEnvelope() throws SOAPProcessingException
SOAPFactory
SOAPMessage
or OMDocument
instance and the
parent of the returned SOAPEnvelope
is null
.getDefaultEnvelope
in interface SOAPFactory
SOAPProcessingException
public SOAPEnvelope getDefaultFaultEnvelope() throws SOAPProcessingException
getDefaultFaultEnvelope
in interface SOAPFactory
SOAPProcessingException
public SOAPMessage createSOAPMessage()
createSOAPMessage
in interface SOAPFactory
public SOAPHeader createSOAPHeader() throws SOAPProcessingException
createSOAPHeader
in interface SOAPFactory
SOAPProcessingException
public SOAPBody createSOAPBody() throws SOAPProcessingException
createSOAPBody
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultCode createSOAPFaultCode() throws SOAPProcessingException
createSOAPFaultCode
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultValue createSOAPFaultValue() throws SOAPProcessingException
createSOAPFaultValue
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultSubCode createSOAPFaultSubCode() throws SOAPProcessingException
createSOAPFaultSubCode
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultReason createSOAPFaultReason() throws SOAPProcessingException
createSOAPFaultReason
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultText createSOAPFaultText() throws SOAPProcessingException
createSOAPFaultText
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultNode createSOAPFaultNode() throws SOAPProcessingException
createSOAPFaultNode
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultRole createSOAPFaultRole() throws SOAPProcessingException
createSOAPFaultRole
in interface SOAPFactory
SOAPProcessingException
public SOAPHeaderBlock createSOAPHeaderBlock(OMDataSource source)
SOAPFactory
SOAPHeaderBlock
from an OMDataSource
. The semantics of the method
parameters are the same as for OMFactory.createOMElement(OMDataSource)
.createSOAPHeaderBlock
in interface SOAPFactory
source
- the data source; must not be null
public SOAPHeaderBlock createSOAPHeaderBlock(String localName, OMNamespace ns, OMDataSource ds) throws SOAPProcessingException
SOAPFactory
SOAPHeaderBlock
from an OMDataSource
with a known local name and
namespace URI. The semantics of the method parameters are the same as for
OMFactory.createOMElement(OMDataSource, String, OMNamespace)
.createSOAPHeaderBlock
in interface SOAPFactory
localName
- the local part of the name of the element produced by the data source; must not be
null
ns
- the namespace of the element produced by the data source, or null
if
the element has no namespaceds
- the data source; must not be null
SOAPProcessingException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.