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 SOAPFactory
|
Field Summary |
protected static java.util.logging.Logger |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final java.util.logging.Logger log
SOAPFactoryImpl
public SOAPFactoryImpl()
createDocument
protected abstract SOAPDocumentImpl createDocument()
createElement
public SOAPElement createElement(java.lang.String tagName)
throws SOAPException
- Specified by:
createElement in class SOAPFactory
- Throws:
SOAPException
createElement
public SOAPElement createElement(Name name)
throws SOAPException
- Specified by:
createElement in class SOAPFactory
- Throws:
SOAPException
createElement
public SOAPElement createElement(javax.xml.namespace.QName qname)
throws SOAPException
- Overrides:
createElement in class SOAPFactory
- Throws:
SOAPException
createElement
public SOAPElement createElement(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
throws SOAPException
- Specified by:
createElement in class SOAPFactory
- Throws:
SOAPException
createName
public Name createName(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
throws SOAPException
- Specified by:
createName in class SOAPFactory
- Throws:
SOAPException
createName
public Name createName(java.lang.String localName)
throws SOAPException
- Specified by:
createName in class SOAPFactory
- Throws:
SOAPException
createElement
public SOAPElement createElement(org.w3c.dom.Element domElement)
throws SOAPException
- Overrides:
createElement in class SOAPFactory
- Throws:
SOAPException
createDetail
public Detail createDetail()
throws SOAPException
- Specified by:
createDetail in class SOAPFactory
- Throws:
SOAPException
createFault
public SOAPFault createFault(java.lang.String reasonText,
javax.xml.namespace.QName faultCode)
throws SOAPException
- Specified by:
createFault in class SOAPFactory
- Throws:
SOAPException
createFault
public SOAPFault createFault()
throws SOAPException
- Specified by:
createFault in class SOAPFactory
- Throws:
SOAPException
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.