Class SOAPFactory1_2Impl
java.lang.Object
jakarta.xml.soap.SOAPFactory
com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
com.sun.xml.messaging.saaj.soap.ver1_2.SOAPFactory1_2Impl
-
Field Summary
Fields inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.soap.Detailprotected SOAPDocumentImpljakarta.xml.soap.SOAPFaultjakarta.xml.soap.SOAPFaultcreateFault(String reasonText, QName faultCode) Methods inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
createElement, createElement, createElement, createElement, createElement, createName, createNameMethods inherited from class jakarta.xml.soap.SOAPFactory
newInstance, newInstance
-
Constructor Details
-
SOAPFactory1_2Impl
public SOAPFactory1_2Impl()
-
-
Method Details
-
createDocument
- Specified by:
createDocumentin classSOAPFactoryImpl
-
createDetail
public jakarta.xml.soap.Detail createDetail() throws jakarta.xml.soap.SOAPException- Overrides:
createDetailin classSOAPFactoryImpl- Throws:
jakarta.xml.soap.SOAPException
-
createFault
public jakarta.xml.soap.SOAPFault createFault(String reasonText, QName faultCode) throws jakarta.xml.soap.SOAPException - Overrides:
createFaultin classSOAPFactoryImpl- Throws:
jakarta.xml.soap.SOAPException
-
createFault
public jakarta.xml.soap.SOAPFault createFault() throws jakarta.xml.soap.SOAPException- Overrides:
createFaultin classSOAPFactoryImpl- Throws:
jakarta.xml.soap.SOAPException
-