public abstract class SOAPFactoryImpl
extends javax.xml.soap.SOAPFactory
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.logging.Logger |
log |
| Constructor and Description |
|---|
SOAPFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.soap.Detail |
createDetail() |
protected abstract SOAPDocumentImpl |
createDocument() |
javax.xml.soap.SOAPElement |
createElement(org.w3c.dom.Element domElement) |
javax.xml.soap.SOAPElement |
createElement(javax.xml.soap.Name name) |
javax.xml.soap.SOAPElement |
createElement(javax.xml.namespace.QName qname) |
javax.xml.soap.SOAPElement |
createElement(java.lang.String tagName) |
javax.xml.soap.SOAPElement |
createElement(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri) |
javax.xml.soap.SOAPFault |
createFault() |
javax.xml.soap.SOAPFault |
createFault(java.lang.String reasonText,
javax.xml.namespace.QName faultCode) |
javax.xml.soap.Name |
createName(java.lang.String localName) |
javax.xml.soap.Name |
createName(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri) |
protected abstract SOAPDocumentImpl createDocument()
public javax.xml.soap.SOAPElement createElement(java.lang.String tagName)
throws javax.xml.soap.SOAPException
createElement in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPElement createElement(javax.xml.soap.Name name)
throws javax.xml.soap.SOAPException
createElement in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPElement createElement(javax.xml.namespace.QName qname)
throws javax.xml.soap.SOAPException
createElement in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPElement createElement(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
throws javax.xml.soap.SOAPException
createElement in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.Name createName(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
throws javax.xml.soap.SOAPException
createName in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.Name createName(java.lang.String localName)
throws javax.xml.soap.SOAPException
createName in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPElement createElement(org.w3c.dom.Element domElement)
throws javax.xml.soap.SOAPException
createElement in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.Detail createDetail()
throws javax.xml.soap.SOAPException
createDetail in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPFault createFault(java.lang.String reasonText,
javax.xml.namespace.QName faultCode)
throws javax.xml.soap.SOAPException
createFault in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPFault createFault()
throws javax.xml.soap.SOAPException
createFault in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionCopyright © 2013 Oracle. All Rights Reserved.