com.sun.xml.messaging.saaj.soap
Class SOAPFactoryImpl

java.lang.Object
  extended by javax.xml.soap.SOAPFactory
      extended by 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 Logger log
           
 
Constructor Summary
SOAPFactoryImpl()
           
 
Method Summary
 Detail createDetail()
           
protected abstract  SOAPDocumentImpl createDocument()
           
 SOAPElement createElement(Element domElement)
           
 SOAPElement createElement(Name name)
           
 SOAPElement createElement(QName qname)
           
 SOAPElement createElement(String tagName)
           
 SOAPElement createElement(String localName, String prefix, String uri)
           
 SOAPFault createFault()
           
 SOAPFault createFault(String reasonText, QName faultCode)
           
 Name createName(String localName)
           
 Name createName(String localName, String prefix, String uri)
           
 
Methods inherited from class javax.xml.soap.SOAPFactory
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Logger log
Constructor Detail

SOAPFactoryImpl

public SOAPFactoryImpl()
Method Detail

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.