com.sun.xml.messaging.saaj.soap.ver1_1
Class SOAPFactory1_1Impl

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.ver1_1.SOAPFactory1_1Impl

public class SOAPFactory1_1Impl
extends SOAPFactoryImpl


Field Summary
 
Fields inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
log
 
Constructor Summary
SOAPFactory1_1Impl()
           
 
Method Summary
 javax.xml.soap.Detail createDetail()
           
protected  SOAPDocumentImpl createDocument()
           
 javax.xml.soap.SOAPFault createFault()
           
 javax.xml.soap.SOAPFault createFault(java.lang.String reasonText, javax.xml.namespace.QName faultCode)
           
 
Methods inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
createElement, createElement, createElement, createElement, createElement, 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

SOAPFactory1_1Impl

public SOAPFactory1_1Impl()
Method Detail

createDocument

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

createDetail

public javax.xml.soap.Detail createDetail()
                                   throws javax.xml.soap.SOAPException
Overrides:
createDetail in class SOAPFactoryImpl
Throws:
javax.xml.soap.SOAPException

createFault

public javax.xml.soap.SOAPFault createFault(java.lang.String reasonText,
                                            javax.xml.namespace.QName faultCode)
                                     throws javax.xml.soap.SOAPException
Overrides:
createFault in class SOAPFactoryImpl
Throws:
javax.xml.soap.SOAPException

createFault

public javax.xml.soap.SOAPFault createFault()
                                     throws javax.xml.soap.SOAPException
Overrides:
createFault in class SOAPFactoryImpl
Throws:
javax.xml.soap.SOAPException