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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a newDetailobject which serves as a container forDetailEntryobjects.protected SOAPDocumentImplMethods inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
createElement, createElement, createElement, createElement, createElement, createFault, createFault, createName, createNameMethods inherited from class jakarta.xml.soap.SOAPFactory
newInstance, newInstance
-
Constructor Details
-
SOAPFactoryDynamicImpl
public SOAPFactoryDynamicImpl()
-
-
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
-