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, importNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSOAPBody, createSOAPFault, createSOAPFaultCode, createSOAPFaultDetail, createSOAPFaultNode, createSOAPFaultReason, createSOAPFaultRole, createSOAPFaultSubCode, createSOAPFaultSubCode, createSOAPFaultText, createSOAPFaultValue, createSOAPFaultValue, createSOAPHeader, createSOAPHeaderBlockcreateSOAPBody, createSOAPEnvelope, createSOAPEnvelope, createSOAPFault, createSOAPFault, createSOAPFaultCode, createSOAPFaultDetail, createSOAPFaultDetail, createSOAPFaultNode, createSOAPFaultReason, createSOAPFaultRole, createSOAPFaultSubCode, createSOAPFaultSubCode, createSOAPFaultText, createSOAPFaultValue, createSOAPFaultValue, createSOAPHeader, createSOAPHeaderBlock, createSOAPHeaderBlock, getNamespace, getSOAPVersion, getSoapVersionURIcreateOMComment, createOMDocType, createOMDocument, createOMElement, createOMEntityReference, createOMProcessingInstruction, createOMText, createOMText, importNodecreateOMAttribute, 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, getMetaFactorypublic DOMSOAPFactory(OMDOMMetaFactory metaFactory)
public DOMSOAPFactory()
public SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
createSOAPMessage in interface SOAPFactoryExpublic SOAPEnvelope createSOAPEnvelope(SOAPMessage message, OMXMLParserWrapper builder)
createSOAPEnvelope in interface SOAPFactoryExpublic SOAPFault createSOAPFault(SOAPBody parent) throws SOAPProcessingException
createSOAPFault in interface SOAPFactorySOAPProcessingExceptionpublic final SOAPEnvelope getDefaultEnvelope() throws SOAPProcessingException
SOAPFactorySOAPMessage or OMDocument instance and the
parent of the returned SOAPEnvelope is null.getDefaultEnvelope in interface SOAPFactorySOAPProcessingExceptionpublic SOAPEnvelope getDefaultFaultEnvelope() throws SOAPProcessingException
getDefaultFaultEnvelope in interface SOAPFactorySOAPProcessingExceptionpublic SOAPMessage createSOAPMessage()
createSOAPMessage in interface SOAPFactorypublic SOAPHeader createSOAPHeader() throws SOAPProcessingException
createSOAPHeader in interface SOAPFactorySOAPProcessingExceptionpublic SOAPBody createSOAPBody() throws SOAPProcessingException
createSOAPBody in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultCode createSOAPFaultCode() throws SOAPProcessingException
createSOAPFaultCode in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultValue createSOAPFaultValue() throws SOAPProcessingException
createSOAPFaultValue in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultSubCode createSOAPFaultSubCode() throws SOAPProcessingException
createSOAPFaultSubCode in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultReason createSOAPFaultReason() throws SOAPProcessingException
createSOAPFaultReason in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultText createSOAPFaultText() throws SOAPProcessingException
createSOAPFaultText in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultNode createSOAPFaultNode() throws SOAPProcessingException
createSOAPFaultNode in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultRole createSOAPFaultRole() throws SOAPProcessingException
createSOAPFaultRole in interface SOAPFactorySOAPProcessingExceptionpublic SOAPHeaderBlock createSOAPHeaderBlock(OMDataSource source)
SOAPFactorySOAPHeaderBlock from an OMDataSource. The semantics of the method
parameters are the same as for OMFactory.createOMElement(OMDataSource).createSOAPHeaderBlock in interface SOAPFactorysource - the data source; must not be nullpublic SOAPHeaderBlock createSOAPHeaderBlock(String localName, OMNamespace ns, OMDataSource ds) throws SOAPProcessingException
SOAPFactorySOAPHeaderBlock 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 SOAPFactorylocalName - the local part of the name of the element produced by the data source; must not be
nullns - the namespace of the element produced by the data source, or null if
the element has no namespaceds - the data source; must not be nullSOAPProcessingExceptionCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.