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
public abstract class SOAPFactoryImpl
extends jakarta.xml.soap.SOAPFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.soap.Detailprotected abstract SOAPDocumentImpljakarta.xml.soap.SOAPElementcreateElement(jakarta.xml.soap.Name name) jakarta.xml.soap.SOAPElementcreateElement(String tagName) jakarta.xml.soap.SOAPElementcreateElement(String localName, String prefix, String uri) jakarta.xml.soap.SOAPElementcreateElement(QName qname) jakarta.xml.soap.SOAPElementcreateElement(Element domElement) jakarta.xml.soap.SOAPFaultjakarta.xml.soap.SOAPFaultcreateFault(String reasonText, QName faultCode) jakarta.xml.soap.NamecreateName(String localName) jakarta.xml.soap.NamecreateName(String localName, String prefix, String uri) Methods inherited from class jakarta.xml.soap.SOAPFactory
newInstance, newInstance
-
Field Details
-
log
-
-
Constructor Details
-
SOAPFactoryImpl
public SOAPFactoryImpl()
-
-
Method Details
-
createDocument
-
createElement
public jakarta.xml.soap.SOAPElement createElement(String tagName) throws jakarta.xml.soap.SOAPException - Specified by:
createElementin classjakarta.xml.soap.SOAPFactory- Throws:
jakarta.xml.soap.SOAPException
-
createElement
public jakarta.xml.soap.SOAPElement createElement(jakarta.xml.soap.Name name) throws jakarta.xml.soap.SOAPException - Specified by:
createElementin classjakarta.xml.soap.SOAPFactory- Throws:
jakarta.xml.soap.SOAPException
-
createElement
public jakarta.xml.soap.SOAPElement createElement(QName qname) throws jakarta.xml.soap.SOAPException - Overrides:
createElementin classjakarta.xml.soap.SOAPFactory- Throws:
jakarta.xml.soap.SOAPException
-
createElement
public jakarta.xml.soap.SOAPElement createElement(String localName, String prefix, String uri) throws jakarta.xml.soap.SOAPException - Specified by:
createElementin classjakarta.xml.soap.SOAPFactory- Throws:
jakarta.xml.soap.SOAPException
-
createName
public jakarta.xml.soap.Name createName(String localName, String prefix, String uri) throws jakarta.xml.soap.SOAPException - Specified by:
createNamein classjakarta.xml.soap.SOAPFactory- Throws:
jakarta.xml.soap.SOAPException
-
createName
- Specified by:
createNamein classjakarta.xml.soap.SOAPFactory- Throws:
jakarta.xml.soap.SOAPException
-
createElement
public jakarta.xml.soap.SOAPElement createElement(Element domElement) throws jakarta.xml.soap.SOAPException - Overrides:
createElementin classjakarta.xml.soap.SOAPFactory- Throws:
jakarta.xml.soap.SOAPException
-
createDetail
public jakarta.xml.soap.Detail createDetail() throws jakarta.xml.soap.SOAPException- Specified by:
createDetailin classjakarta.xml.soap.SOAPFactory- Throws:
jakarta.xml.soap.SOAPException
-
createFault
public jakarta.xml.soap.SOAPFault createFault(String reasonText, QName faultCode) throws jakarta.xml.soap.SOAPException - Specified by:
createFaultin classjakarta.xml.soap.SOAPFactory- Throws:
jakarta.xml.soap.SOAPException
-
createFault
public jakarta.xml.soap.SOAPFault createFault() throws jakarta.xml.soap.SOAPException- Specified by:
createFaultin classjakarta.xml.soap.SOAPFactory- Throws:
jakarta.xml.soap.SOAPException
-