Class SOAPFactoryDynamicImpl
- java.lang.Object
-
- javax.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 javax.xml.soap.Detail
createDetail()
protected SOAPDocumentImpl
createDocument()
-
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:
createDocument
in classSOAPFactoryImpl
-
createDetail
public javax.xml.soap.Detail createDetail() throws javax.xml.soap.SOAPException
- Overrides:
createDetail
in classSOAPFactoryImpl
- Throws:
javax.xml.soap.SOAPException
-
-