Module com.sun.xml.messaging.saaj
Class SOAPFactory1_1Impl
java.lang.Object
jakarta.xml.soap.SOAPFactory
com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a newDetailobject which serves as a container forDetailEntryobjects.protected SOAPDocumentImplCreates a new defaultSOAPFaultobjectcreateFault(String reasonText, QName faultCode) Creates a newSOAPFaultobject initialized with the givenreasonTextandfaultCodeMethods 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_1Impl
public SOAPFactory1_1Impl()
-
-
Method Details
-
createDocument
- Specified by:
createDocumentin classSOAPFactoryImpl
-
createDetail
Description copied from class:SOAPFactoryCreates a newDetailobject which serves as a container forDetailEntryobjects.This factory method creates
Detailobjects for use in situations where it is not practical to use theSOAPFaultabstraction.- Overrides:
createDetailin classSOAPFactoryImpl- Returns:
- a
Detailobject - Throws:
SOAPException- if there is a SOAP error
-
createFault
Description copied from class:SOAPFactoryCreates a newSOAPFaultobject initialized with the givenreasonTextandfaultCode- Overrides:
createFaultin classSOAPFactoryImpl- Parameters:
reasonText- the ReasonText/FaultString for the faultfaultCode- the FaultCode for the fault- Returns:
- a
SOAPFaultobject - Throws:
SOAPException- if there is a SOAP error
-
createFault
Description copied from class:SOAPFactoryCreates a new defaultSOAPFaultobject- Overrides:
createFaultin classSOAPFactoryImpl- Returns:
- a
SOAPFaultobject - Throws:
SOAPException- if there is a SOAP error
-