Class SOAPFactory1_1Impl
java.lang.Object
javax.xml.soap.SOAPFactory
com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl
-
Field Summary
Fields inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.soap.Detailprotected SOAPDocumentImpljavax.xml.soap.SOAPFaultjavax.xml.soap.SOAPFaultcreateFault(String reasonText, QName faultCode) Methods inherited from class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
createElement, createElement, createElement, createElement, createElement, createName, createNameMethods inherited from class javax.xml.soap.SOAPFactory
newInstance, newInstance
-
Constructor Details
-
SOAPFactory1_1Impl
public SOAPFactory1_1Impl()
-
-
Method Details
-
createDocument
- Specified by:
createDocumentin classSOAPFactoryImpl
-
createDetail
public javax.xml.soap.Detail createDetail() throws javax.xml.soap.SOAPException- Overrides:
createDetailin classSOAPFactoryImpl- Throws:
javax.xml.soap.SOAPException
-
createFault
public javax.xml.soap.SOAPFault createFault(String reasonText, QName faultCode) throws javax.xml.soap.SOAPException - Overrides:
createFaultin classSOAPFactoryImpl- Throws:
javax.xml.soap.SOAPException
-
createFault
public javax.xml.soap.SOAPFault createFault() throws javax.xml.soap.SOAPException- Overrides:
createFaultin classSOAPFactoryImpl- Throws:
javax.xml.soap.SOAPException
-