Class SOAPFactoryDynamicImpl
- java.lang.Object
-
- jakarta.xml.soap.SOAPFactory
-
- com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
-
- com.sun.xml.messaging.saaj.soap.dynamic.SOAPFactoryDynamicImpl
-
public class SOAPFactoryDynamicImpl extends SOAPFactoryImpl
- Author:
- SAAJ RI Development Team
-
-
Constructor Summary
Constructors Constructor Description SOAPFactoryDynamicImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetailcreateDetail()Creates a newDetailobject which serves as a container forDetailEntryobjects.protected SOAPDocumentImplcreateDocument()-
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
-
-
-
-
Method Detail
-
createDocument
protected SOAPDocumentImpl createDocument()
- Specified by:
createDocumentin classSOAPFactoryImpl
-
createDetail
public Detail createDetail() throws SOAPException
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
-
-