public class SOAP12Factory extends OMLinkedListImplFactory implements SOAPFactoryEx
Constructor and Description |
---|
SOAP12Factory() |
SOAP12Factory(OMLinkedListMetaFactory metaFactory) |
createOMAttribute, createOMComment, createOMComment, createOMDocType, createOMDocType, createOMDocument, createOMDocument, 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
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 SOAP12Factory(OMLinkedListMetaFactory metaFactory)
public SOAP12Factory()
public String getSoapVersionURI()
getSoapVersionURI
in interface SOAPFactory
public SOAPVersion getSOAPVersion()
getSOAPVersion
in interface SOAPFactory
public OMNamespace getNamespace()
SOAPFactory
OMNamespace
instance has the following properties:
SOAPConstants.SOAP_DEFAULT_NAMESPACE_PREFIX
(which is the
same as the prefix used by methods such as SOAPFactory.createSOAPEnvelope()
).
SOAPFactory.getSoapVersionURI()
.
getNamespace
in interface SOAPFactory
public SOAPEnvelope createSOAPEnvelope()
SOAPFactory
SOAPConstants.SOAP_DEFAULT_NAMESPACE_PREFIX
. It will also have a corresponding
namespace declaration.createSOAPEnvelope
in interface SOAPFactory
public SOAPEnvelope createSOAPEnvelope(OMNamespace ns)
SOAPFactory
createSOAPEnvelope
in interface SOAPFactory
ns
- the namespace information for the SOAP envelopepublic SOAPHeader createSOAPHeader(SOAPEnvelope envelope) throws SOAPProcessingException
createSOAPHeader
in interface SOAPFactory
SOAPProcessingException
public SOAPHeader createSOAPHeader() throws SOAPProcessingException
createSOAPHeader
in interface SOAPFactory
SOAPProcessingException
public SOAPHeader createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
createSOAPHeader
in interface SOAPFactoryEx
public SOAPHeaderBlock createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent) throws SOAPProcessingException
createSOAPHeaderBlock
in interface SOAPFactory
SOAPProcessingException
public SOAPHeaderBlock createSOAPHeaderBlock(String localName, SOAPHeader parent, OMXMLParserWrapper builder) throws SOAPProcessingException
createSOAPHeaderBlock
in interface SOAPFactoryEx
SOAPProcessingException
public SOAPFault createSOAPFault(SOAPBody parent, Exception e) throws SOAPProcessingException
createSOAPFault
in interface SOAPFactory
SOAPProcessingException
public SOAPFault createSOAPFault(SOAPBody parent) throws SOAPProcessingException
createSOAPFault
in interface SOAPFactory
SOAPProcessingException
public SOAPFault createSOAPFault() throws SOAPProcessingException
createSOAPFault
in interface SOAPFactory
SOAPProcessingException
public SOAPFault createSOAPFault(SOAPBody parent, OMXMLParserWrapper builder)
createSOAPFault
in interface SOAPFactoryEx
public SOAPBody createSOAPBody(SOAPEnvelope envelope) throws SOAPProcessingException
createSOAPBody
in interface SOAPFactory
SOAPProcessingException
public SOAPBody createSOAPBody() throws SOAPProcessingException
createSOAPBody
in interface SOAPFactory
SOAPProcessingException
public SOAPBody createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
createSOAPBody
in interface SOAPFactoryEx
public SOAPFaultCode createSOAPFaultCode(SOAPFault parent) throws SOAPProcessingException
SOAPFactory
createSOAPFaultCode
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultCode createSOAPFaultCode() throws SOAPProcessingException
createSOAPFaultCode
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultCode createSOAPFaultCode(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryEx
createSOAPFaultCode
in interface SOAPFactoryEx
public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent) throws SOAPProcessingException
SOAPFactory
createSOAPFaultValue
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultValue createSOAPFaultValue() throws SOAPProcessingException
createSOAPFaultValue
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
SOAPFactoryEx
createSOAPFaultValue
in interface SOAPFactoryEx
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) throws SOAPProcessingException
createSOAPHeaderBlock
in interface SOAPFactory
SOAPProcessingException
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
public SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent) throws SOAPProcessingException
SOAPFactory
createSOAPFaultValue
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
createSOAPFaultValue
in interface SOAPFactoryEx
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent) throws SOAPProcessingException
createSOAPFaultSubCode
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultSubCode createSOAPFaultSubCode() throws SOAPProcessingException
createSOAPFaultSubCode
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent, OMXMLParserWrapper builder)
SOAPFactoryEx
createSOAPFaultSubCode
in interface SOAPFactoryEx
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent) throws SOAPProcessingException
SOAPFactory
createSOAPFaultSubCode
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
SOAPFactoryEx
createSOAPFaultSubCode
in interface SOAPFactoryEx
public SOAPFaultReason createSOAPFaultReason(SOAPFault parent) throws SOAPProcessingException
SOAPFactory
createSOAPFaultReason
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultReason createSOAPFaultReason() throws SOAPProcessingException
createSOAPFaultReason
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultReason createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryEx
createSOAPFaultReason
in interface SOAPFactoryEx
public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent) throws SOAPProcessingException
SOAPFactory
createSOAPFaultText
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultText createSOAPFaultText() throws SOAPProcessingException
createSOAPFaultText
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
SOAPFactoryEx
createSOAPFaultText
in interface SOAPFactoryEx
public SOAPFaultNode createSOAPFaultNode(SOAPFault parent) throws SOAPProcessingException
SOAPFactory
createSOAPFaultNode
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultNode createSOAPFaultNode() throws SOAPProcessingException
createSOAPFaultNode
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultNode createSOAPFaultNode(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryEx
createSOAPFaultNode
in interface SOAPFactoryEx
public SOAPFaultRole createSOAPFaultRole(SOAPFault parent) throws SOAPProcessingException
SOAPFactory
createSOAPFaultRole
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultRole createSOAPFaultRole() throws SOAPProcessingException
createSOAPFaultRole
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultRole createSOAPFaultRole(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryEx
createSOAPFaultRole
in interface SOAPFactoryEx
public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent) throws SOAPProcessingException
SOAPFactory
createSOAPFaultDetail
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultDetail createSOAPFaultDetail() throws SOAPProcessingException
createSOAPFaultDetail
in interface SOAPFactory
SOAPProcessingException
public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryEx
createSOAPFaultDetail
in interface SOAPFactoryEx
public 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 SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
createSOAPMessage
in interface SOAPFactoryEx
public SOAPEnvelope createSOAPEnvelope(SOAPMessage message, OMXMLParserWrapper builder)
createSOAPEnvelope
in interface SOAPFactoryEx
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.