com.sun.xml.messaging.saaj.soap.dynamic
Class SOAPFactoryDynamicImpl

java.lang.Object
  extended by javax.xml.soap.SOAPFactory
      extended by com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
          extended by 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
SOAPFactoryDynamicImpl()
           
 
Method Summary
 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
 
Methods inherited from class javax.xml.soap.SOAPFactory
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPFactoryDynamicImpl

public SOAPFactoryDynamicImpl()
Method Detail

createDocument

protected SOAPDocumentImpl createDocument()
Specified by:
createDocument in class SOAPFactoryImpl

createDetail

public Detail createDetail()
                    throws SOAPException
Overrides:
createDetail in class SOAPFactoryImpl
Throws:
SOAPException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.