Package com.sun.xml.messaging.saaj.soap
Class SOAPFactoryImpl
java.lang.Object
jakarta.xml.soap.SOAPFactory
com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
- Direct Known Subclasses:
SOAPFactory1_1Impl,SOAPFactory1_2Impl,SOAPFactoryDynamicImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract SOAPDocumentImplcreateElement(Name name) createElement(String tagName) createElement(String localName, String prefix, String uri) createElement(QName qname) createElement(Element domElement) createFault(String reasonText, QName faultCode) createName(String localName) createName(String localName, String prefix, String uri) Methods inherited from class jakarta.xml.soap.SOAPFactory
newInstance, newInstance
-
Constructor Details
-
SOAPFactoryImpl
protected SOAPFactoryImpl()
-
-
Method Details
-
createDocument
-
createElement
- Specified by:
createElementin classSOAPFactory- Throws:
SOAPException
-
createElement
- Specified by:
createElementin classSOAPFactory- Throws:
SOAPException
-
createElement
- Overrides:
createElementin classSOAPFactory- Throws:
SOAPException
-
createElement
- Specified by:
createElementin classSOAPFactory- Throws:
SOAPException
-
createName
- Specified by:
createNamein classSOAPFactory- Throws:
SOAPException
-
createName
- Specified by:
createNamein classSOAPFactory- Throws:
SOAPException
-
createElement
- Overrides:
createElementin classSOAPFactory- Throws:
SOAPException
-
createDetail
- Specified by:
createDetailin classSOAPFactory- Throws:
SOAPException
-
createFault
- Specified by:
createFaultin classSOAPFactory- Throws:
SOAPException
-
createFault
- Specified by:
createFaultin classSOAPFactory- Throws:
SOAPException
-