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
-
-
Field Summary
-
Fields inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
log
-
-
Constructor Summary
Constructors Constructor Description SOAPFactoryDynamicImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.xml.soap.DetailcreateDetail()protected SOAPDocumentImplcreateDocument()-
Methods inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
createElement, createElement, createElement, createElement, createElement, createFault, createFault, 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
-
-