Package com.sun.xml.messaging.saaj.soap
Class SOAPFactoryImpl
java.lang.Object
javax.xml.soap.SOAPFactory
com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
- Direct Known Subclasses:
SOAPFactory1_1Impl,SOAPFactory1_2Impl,SOAPFactoryDynamicImpl
public abstract class SOAPFactoryImpl
extends javax.xml.soap.SOAPFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.soap.Detailprotected abstract SOAPDocumentImpljavax.xml.soap.SOAPElementcreateElement(String tagName) javax.xml.soap.SOAPElementcreateElement(String localName, String prefix, String uri) javax.xml.soap.SOAPElementcreateElement(QName qname) javax.xml.soap.SOAPElementcreateElement(javax.xml.soap.Name name) javax.xml.soap.SOAPElementcreateElement(Element domElement) javax.xml.soap.SOAPFaultjavax.xml.soap.SOAPFaultcreateFault(String reasonText, QName faultCode) javax.xml.soap.NamecreateName(String localName) javax.xml.soap.NamecreateName(String localName, String prefix, String uri) Methods inherited from class javax.xml.soap.SOAPFactory
newInstance, newInstance
-
Field Details
-
log
-
-
Constructor Details
-
SOAPFactoryImpl
public SOAPFactoryImpl()
-
-
Method Details
-
createDocument
-
createElement
- Specified by:
createElementin classjavax.xml.soap.SOAPFactory- Throws:
javax.xml.soap.SOAPException
-
createElement
public javax.xml.soap.SOAPElement createElement(javax.xml.soap.Name name) throws javax.xml.soap.SOAPException - Specified by:
createElementin classjavax.xml.soap.SOAPFactory- Throws:
javax.xml.soap.SOAPException
-
createElement
- Overrides:
createElementin classjavax.xml.soap.SOAPFactory- Throws:
javax.xml.soap.SOAPException
-
createElement
public javax.xml.soap.SOAPElement createElement(String localName, String prefix, String uri) throws javax.xml.soap.SOAPException - Specified by:
createElementin classjavax.xml.soap.SOAPFactory- Throws:
javax.xml.soap.SOAPException
-
createName
public javax.xml.soap.Name createName(String localName, String prefix, String uri) throws javax.xml.soap.SOAPException - Specified by:
createNamein classjavax.xml.soap.SOAPFactory- Throws:
javax.xml.soap.SOAPException
-
createName
- Specified by:
createNamein classjavax.xml.soap.SOAPFactory- Throws:
javax.xml.soap.SOAPException
-
createElement
public javax.xml.soap.SOAPElement createElement(Element domElement) throws javax.xml.soap.SOAPException - Overrides:
createElementin classjavax.xml.soap.SOAPFactory- Throws:
javax.xml.soap.SOAPException
-
createDetail
public javax.xml.soap.Detail createDetail() throws javax.xml.soap.SOAPException- Specified by:
createDetailin classjavax.xml.soap.SOAPFactory- Throws:
javax.xml.soap.SOAPException
-
createFault
public javax.xml.soap.SOAPFault createFault(String reasonText, QName faultCode) throws javax.xml.soap.SOAPException - Specified by:
createFaultin classjavax.xml.soap.SOAPFactory- Throws:
javax.xml.soap.SOAPException
-
createFault
public javax.xml.soap.SOAPFault createFault() throws javax.xml.soap.SOAPException- Specified by:
createFaultin classjavax.xml.soap.SOAPFactory- Throws:
javax.xml.soap.SOAPException
-