Module com.sun.xml.messaging.saaj
Class SOAPFactoryDynamicImpl
java.lang.Object
jakarta.xml.soap.SOAPFactory
com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
com.sun.xml.messaging.saaj.soap.dynamic.SOAPFactoryDynamicImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a newDetail
object which serves as a container forDetailEntry
objects.protected SOAPDocumentImpl
Methods inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
createElement, createElement, createElement, createElement, createElement, createFault, createFault, createName, createName
Methods inherited from class jakarta.xml.soap.SOAPFactory
newInstance, newInstance
-
Constructor Details
-
SOAPFactoryDynamicImpl
public SOAPFactoryDynamicImpl()
-
-
Method Details
-
createDocument
- Specified by:
createDocument
in classSOAPFactoryImpl
-
createDetail
Description copied from class:SOAPFactory
Creates a newDetail
object which serves as a container forDetailEntry
objects.This factory method creates
Detail
objects for use in situations where it is not practical to use theSOAPFault
abstraction.- Overrides:
createDetail
in classSOAPFactoryImpl
- Returns:
- a
Detail
object - Throws:
SOAPException
- if there is a SOAP error
-