public class SOAP11Factory extends OMLinkedListImplFactory implements SOAPFactoryEx
| Constructor and Description |
|---|
SOAP11Factory() |
SOAP11Factory(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, 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(OMLinkedListMetaFactory metaFactory)
public SOAP11Factory()
public 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().
getNamespace in interface SOAPFactorypublic String getSoapVersionURI()
getSoapVersionURI in interface SOAPFactorypublic SOAPVersion getSOAPVersion()
getSOAPVersion in interface SOAPFactorypublic SOAPEnvelope createSOAPEnvelope()
SOAPFactorySOAPConstants.SOAP_DEFAULT_NAMESPACE_PREFIX. It will also have a corresponding
namespace declaration.createSOAPEnvelope in interface SOAPFactorypublic SOAPEnvelope createSOAPEnvelope(OMNamespace ns)
SOAPFactorycreateSOAPEnvelope in interface SOAPFactoryns - the namespace information for the SOAP envelopepublic SOAPHeader createSOAPHeader(SOAPEnvelope envelope) throws SOAPProcessingException
createSOAPHeader in interface SOAPFactorySOAPProcessingExceptionpublic SOAPHeader createSOAPHeader() throws SOAPProcessingException
createSOAPHeader in interface SOAPFactorySOAPProcessingExceptionpublic SOAPHeader createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
createSOAPHeader in interface SOAPFactoryExpublic SOAPHeaderBlock createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent) throws SOAPProcessingException
createSOAPHeaderBlock in interface SOAPFactorySOAPProcessingExceptionpublic SOAPHeaderBlock createSOAPHeaderBlock(String localName, OMNamespace ns) throws SOAPProcessingException
createSOAPHeaderBlock 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 nullSOAPProcessingExceptionpublic SOAPHeaderBlock createSOAPHeaderBlock(String localName, SOAPHeader parent, OMXMLParserWrapper builder) throws SOAPProcessingException
createSOAPHeaderBlock in interface SOAPFactoryExSOAPProcessingExceptionpublic SOAPFault createSOAPFault(SOAPBody parent, Exception e) throws SOAPProcessingException
createSOAPFault in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFault createSOAPFault() throws SOAPProcessingException
createSOAPFault in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFault createSOAPFault(SOAPBody parent) throws SOAPProcessingException
createSOAPFault in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFault createSOAPFault(SOAPBody parent, OMXMLParserWrapper builder)
createSOAPFault in interface SOAPFactoryExpublic SOAPBody createSOAPBody(SOAPEnvelope envelope) throws SOAPProcessingException
createSOAPBody in interface SOAPFactorySOAPProcessingExceptionpublic SOAPBody createSOAPBody(SOAPEnvelope envelope, OMXMLParserWrapper builder)
createSOAPBody in interface SOAPFactoryExpublic SOAPBody createSOAPBody() throws SOAPProcessingException
createSOAPBody in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultCode createSOAPFaultCode(SOAPFault parent) throws SOAPProcessingException
SOAPFactorycreateSOAPFaultCode in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultCode createSOAPFaultCode() throws SOAPProcessingException
createSOAPFaultCode in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultCode createSOAPFaultCode(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryExcreateSOAPFaultCode in interface SOAPFactoryExpublic SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent) throws SOAPProcessingException
SOAPFactorycreateSOAPFaultValue in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultValue createSOAPFaultValue() throws SOAPProcessingException
createSOAPFaultValue in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
SOAPFactoryExcreateSOAPFaultValue in interface SOAPFactoryExpublic SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent) throws SOAPProcessingException
SOAPFactorycreateSOAPFaultValue in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
createSOAPFaultValue in interface SOAPFactoryExpublic SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent) throws SOAPProcessingException
createSOAPFaultSubCode in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultSubCode createSOAPFaultSubCode() throws SOAPProcessingException
createSOAPFaultSubCode in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent, OMXMLParserWrapper builder)
SOAPFactoryExcreateSOAPFaultSubCode in interface SOAPFactoryExpublic SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent) throws SOAPProcessingException
SOAPFactorycreateSOAPFaultSubCode in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
SOAPFactoryExcreateSOAPFaultSubCode in interface SOAPFactoryExpublic SOAPFaultReason createSOAPFaultReason(SOAPFault parent) throws SOAPProcessingException
SOAPFactorycreateSOAPFaultReason in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultReason createSOAPFaultReason() throws SOAPProcessingException
createSOAPFaultReason in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultReason createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryExcreateSOAPFaultReason in interface SOAPFactoryExpublic SOAPFaultText createSOAPFaultText(SOAPFaultReason parent) throws SOAPProcessingException
SOAPFactorycreateSOAPFaultText in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultText createSOAPFaultText() throws SOAPProcessingException
createSOAPFaultText in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultText createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
SOAPFactoryExcreateSOAPFaultText in interface SOAPFactoryExpublic SOAPFaultNode createSOAPFaultNode(SOAPFault parent) throws SOAPProcessingException
SOAPFactorycreateSOAPFaultNode in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultNode createSOAPFaultNode() throws SOAPProcessingException
createSOAPFaultNode in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultNode createSOAPFaultNode(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryExcreateSOAPFaultNode in interface SOAPFactoryExpublic SOAPFaultRole createSOAPFaultRole(SOAPFault parent) throws SOAPProcessingException
SOAPFactorycreateSOAPFaultRole in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultRole createSOAPFaultRole() throws SOAPProcessingException
createSOAPFaultRole in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultRole createSOAPFaultRole(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryExcreateSOAPFaultRole in interface SOAPFactoryExpublic SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent) throws SOAPProcessingException
SOAPFactorycreateSOAPFaultDetail in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultDetail createSOAPFaultDetail() throws SOAPProcessingException
createSOAPFaultDetail in interface SOAPFactorySOAPProcessingExceptionpublic SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
SOAPFactoryExcreateSOAPFaultDetail in interface SOAPFactoryExpublic 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 SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
createSOAPMessage in interface SOAPFactoryExpublic SOAPEnvelope createSOAPEnvelope(SOAPMessage message, OMXMLParserWrapper builder)
createSOAPEnvelope in interface SOAPFactoryExCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.