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
-
public class SOAPFactory1_2Impl extends SOAPFactoryImpl
-
-
Field Summary
-
Fields inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
log
-
-
Constructor Summary
Constructors Constructor Description SOAPFactory1_2Impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.xml.soap.DetailcreateDetail()protected SOAPDocumentImplcreateDocument()jakarta.xml.soap.SOAPFaultcreateFault()jakarta.xml.soap.SOAPFaultcreateFault(String reasonText, QName faultCode)-
Methods inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
createElement, createElement, createElement, createElement, createElement, createName, createName
-
-
-
-
Method Detail
-
createDocument
protected SOAPDocumentImpl 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
-
-