public class SOAP11Factory extends DOMSOAPFactory
| Constructor and Description |
|---|
SOAP11Factory() |
SOAP11Factory(OMDOMMetaFactory metaFactory) |
createSOAPBody, createSOAPEnvelope, createSOAPFaultCode, createSOAPFaultNode, createSOAPFaultReason, createSOAPFaultRole, createSOAPFaultSubCode, createSOAPFaultText, createSOAPFaultValue, createSOAPHeader, createSOAPHeaderBlock, createSOAPHeaderBlock, createSOAPMessage, createSOAPMessage, getDefaultEnvelope, getDefaultFaultEnvelopecreateOMAttribute, 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, waitcreateOMComment, 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 SOAP11Factory(OMDOMMetaFactory metaFactory)
public SOAP11Factory()
public String getSoapVersionURI()
public SOAPVersion getSOAPVersion()
public SOAPEnvelope createSOAPEnvelope()
SOAPFactorySOAPConstants.SOAP_DEFAULT_NAMESPACE_PREFIX. It will also have a corresponding
namespace declaration.public SOAPEnvelope createSOAPEnvelope(OMNamespace ns)
SOAPFactoryns - the namespace information for the SOAP envelopepublic SOAPHeader createSOAPHeader(SOAPEnvelope envelope) throws SOAPProcessingException
SOAPProcessingExceptionpublic SOAPHeader createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
public SOAPHeaderBlock createSOAPHeaderBlock(String localName, OMNamespace ns) throws SOAPProcessingException
SOAPProcessingExceptionpublic SOAPHeaderBlock createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent) throws SOAPProcessingException
SOAPProcessingExceptionpublic SOAPHeaderBlock createSOAPHeaderBlock(String localName, SOAPHeader parent, OMXMLParserWrapper builder) throws SOAPProcessingException
SOAPProcessingExceptionpublic SOAPFault createSOAPFault(SOAPBody parent, Exception e) throws SOAPProcessingException
SOAPProcessingExceptionpublic SOAPFault createSOAPFault(SOAPBody parent) throws SOAPProcessingException
createSOAPFault in interface SOAPFactorycreateSOAPFault in class DOMSOAPFactorySOAPProcessingExceptionpublic SOAPFault createSOAPFault(SOAPBody parent, OMXMLParserWrapper builder)
public SOAPBody createSOAPBody(SOAPEnvelope envelope) throws SOAPProcessingException
SOAPProcessingExceptionpublic SOAPBody createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
public SOAPFaultCode createSOAPFaultCode(SOAPFault parent) throws SOAPProcessingException
SOAPFactorySOAPProcessingExceptionpublic SOAPFaultCode createSOAPFaultCode(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryExpublic SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent) throws SOAPProcessingException
SOAPFactorySOAPProcessingExceptionpublic SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
SOAPFactoryExpublic SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent) throws SOAPProcessingException
SOAPFactorySOAPProcessingExceptionpublic SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent) throws SOAPProcessingException
SOAPProcessingExceptionpublic SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent, OMXMLParserWrapper builder)
SOAPFactoryExpublic SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent) throws SOAPProcessingException
SOAPFactorySOAPProcessingExceptionpublic SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
SOAPFactoryExpublic SOAPFaultReason createSOAPFaultReason(SOAPFault parent) throws SOAPProcessingException
SOAPFactorySOAPProcessingExceptionpublic SOAPFaultReason createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryExpublic SOAPFaultText createSOAPFaultText(SOAPFaultReason parent) throws SOAPProcessingException
SOAPFactorySOAPProcessingExceptionpublic SOAPFaultText createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
SOAPFactoryExpublic SOAPFaultNode createSOAPFaultNode(SOAPFault parent) throws SOAPProcessingException
SOAPFactorySOAPProcessingExceptionpublic SOAPFaultNode createSOAPFaultNode(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryExpublic SOAPFaultRole createSOAPFaultRole(SOAPFault parent) throws SOAPProcessingException
SOAPFactorySOAPProcessingExceptionpublic SOAPFaultRole createSOAPFaultRole(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryExpublic SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent) throws SOAPProcessingException
SOAPFactorySOAPProcessingExceptionpublic SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryExpublic SOAPFaultDetail createSOAPFaultDetail() throws SOAPProcessingException
SOAPProcessingExceptionpublic OMNamespace getNamespace()
SOAPFactoryOMNamespace 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().
public SOAPFault createSOAPFault() throws SOAPProcessingException
SOAPProcessingExceptionCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.