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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final Logger log
SOAPFactoryImpl
public SOAPFactoryImpl()
createDocument
protected abstract SOAPDocumentImpl createDocument()
createElement
public SOAPElement createElement(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(QName qname)
throws SOAPException
- Overrides:
createElement in class SOAPFactory
- Throws:
SOAPException
createElement
public SOAPElement createElement(String localName,
String prefix,
String uri)
throws SOAPException
- Specified by:
createElement in class SOAPFactory
- Throws:
SOAPException
createName
public Name createName(String localName,
String prefix,
String uri)
throws SOAPException
- Specified by:
createName in class SOAPFactory
- Throws:
SOAPException
createName
public Name createName(String localName)
throws SOAPException
- Specified by:
createName in class SOAPFactory
- Throws:
SOAPException
createElement
public SOAPElement createElement(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(String reasonText,
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-2015 Oracle Corporation. All Rights Reserved.