Module com.sun.xml.messaging.saaj
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 DetailcreateDetail()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 javax.xml.soap.SOAPFactory
newInstance, newInstance
-
-
-
-
Method Detail
-
createDocument
protected SOAPDocumentImpl createDocument()
- Specified by:
createDocumentin classSOAPFactoryImpl
-
createDetail
public Detail createDetail() throws SOAPException
- Overrides:
createDetailin classSOAPFactoryImpl- Throws:
SOAPException
-
-