Uses of Class
com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl

Packages that use SOAPDocumentImpl
com.sun.xml.messaging.saaj.soap   
com.sun.xml.messaging.saaj.soap.dynamic   
com.sun.xml.messaging.saaj.soap.impl   
com.sun.xml.messaging.saaj.soap.ver1_1   
com.sun.xml.messaging.saaj.soap.ver1_2   
 

Uses of SOAPDocumentImpl in com.sun.xml.messaging.saaj.soap
 

Fields in com.sun.xml.messaging.saaj.soap declared as SOAPDocumentImpl
protected  SOAPDocumentImpl SOAPPartImpl.document
           
 

Methods in com.sun.xml.messaging.saaj.soap that return SOAPDocumentImpl
protected abstract  SOAPDocumentImpl SOAPFactoryImpl.createDocument()
           
 SOAPDocumentImpl SOAPDocument.getDocument()
           
 SOAPDocumentImpl SOAPDocumentImpl.getDocument()
           
 SOAPDocumentImpl SOAPPartImpl.getDocument()
           
 

Methods in com.sun.xml.messaging.saaj.soap with parameters of type SOAPDocumentImpl
 void SOAPDocumentImpl.cloneNode(SOAPDocumentImpl newdoc, boolean deep)
           
 

Uses of SOAPDocumentImpl in com.sun.xml.messaging.saaj.soap.dynamic
 

Methods in com.sun.xml.messaging.saaj.soap.dynamic that return SOAPDocumentImpl
protected  SOAPDocumentImpl SOAPFactoryDynamicImpl.createDocument()
           
 

Uses of SOAPDocumentImpl in com.sun.xml.messaging.saaj.soap.impl
 

Methods in com.sun.xml.messaging.saaj.soap.impl with parameters of type SOAPDocumentImpl
static SOAPElement ElementFactory.createElement(SOAPDocumentImpl ownerDocument, Name name)
           
static SOAPElement ElementFactory.createElement(SOAPDocumentImpl ownerDocument, QName name)
           
static SOAPElement ElementFactory.createElement(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri)
           
static SOAPElement ElementFactory.createNamedElement(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri)
           
 

Constructors in com.sun.xml.messaging.saaj.soap.impl with parameters of type SOAPDocumentImpl
BodyElementImpl(SOAPDocumentImpl ownerDoc, Name qname)
           
BodyElementImpl(SOAPDocumentImpl ownerDoc, QName qname)
           
BodyImpl(SOAPDocumentImpl ownerDoc, NameImpl bodyName)
           
CDATAImpl(SOAPDocumentImpl ownerDoc, String text)
           
DetailEntryImpl(SOAPDocumentImpl ownerDoc, Name qname)
           
DetailEntryImpl(SOAPDocumentImpl ownerDoc, QName qname)
           
DetailImpl(SOAPDocumentImpl ownerDoc, NameImpl detailName)
           
ElementImpl(SOAPDocumentImpl ownerDoc, Name name)
           
ElementImpl(SOAPDocumentImpl ownerDoc, QName name)
           
ElementImpl(SOAPDocumentImpl ownerDoc, String uri, String qualifiedName)
           
EnvelopeImpl(SOAPDocumentImpl ownerDoc, Name name)
           
EnvelopeImpl(SOAPDocumentImpl ownerDoc, NameImpl name, boolean createHeader, boolean createBody)
           
EnvelopeImpl(SOAPDocumentImpl ownerDoc, QName name)
           
FaultElementImpl(SOAPDocumentImpl ownerDoc, NameImpl qname)
           
FaultElementImpl(SOAPDocumentImpl ownerDoc, QName qname)
           
FaultImpl(SOAPDocumentImpl ownerDoc, NameImpl name)
           
HeaderElementImpl(SOAPDocumentImpl ownerDoc, Name qname)
           
HeaderElementImpl(SOAPDocumentImpl ownerDoc, QName qname)
           
HeaderImpl(SOAPDocumentImpl ownerDoc, NameImpl name)
           
SOAPCommentImpl(SOAPDocumentImpl ownerDoc, String text)
           
SOAPTextImpl(SOAPDocumentImpl ownerDoc, String text)
           
 

Uses of SOAPDocumentImpl in com.sun.xml.messaging.saaj.soap.ver1_1
 

Methods in com.sun.xml.messaging.saaj.soap.ver1_1 that return SOAPDocumentImpl
protected  SOAPDocumentImpl SOAPFactory1_1Impl.createDocument()
           
 

Constructors in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type SOAPDocumentImpl
Body1_1Impl(SOAPDocumentImpl ownerDocument, String prefix)
           
BodyElement1_1Impl(SOAPDocumentImpl ownerDoc, Name qname)
           
BodyElement1_1Impl(SOAPDocumentImpl ownerDoc, QName qname)
           
Detail1_1Impl(SOAPDocumentImpl ownerDoc)
           
Detail1_1Impl(SOAPDocumentImpl ownerDoc, String prefix)
           
DetailEntry1_1Impl(SOAPDocumentImpl ownerDoc, Name qname)
           
DetailEntry1_1Impl(SOAPDocumentImpl ownerDoc, QName qname)
           
Envelope1_1Impl(SOAPDocumentImpl ownerDoc, String prefix)
           
Fault1_1Impl(SOAPDocumentImpl ownerDocument, String prefix)
           
FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, NameImpl qname)
           
FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, QName qname)
           
FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, String localName)
           
FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, String localName, String prefix)
           
Header1_1Impl(SOAPDocumentImpl ownerDocument, String prefix)
           
HeaderElement1_1Impl(SOAPDocumentImpl ownerDoc, Name qname)
           
HeaderElement1_1Impl(SOAPDocumentImpl ownerDoc, QName qname)
           
 

Uses of SOAPDocumentImpl in com.sun.xml.messaging.saaj.soap.ver1_2
 

Methods in com.sun.xml.messaging.saaj.soap.ver1_2 that return SOAPDocumentImpl
protected  SOAPDocumentImpl SOAPFactory1_2Impl.createDocument()
           
 

Constructors in com.sun.xml.messaging.saaj.soap.ver1_2 with parameters of type SOAPDocumentImpl
Body1_2Impl(SOAPDocumentImpl ownerDocument, String prefix)
           
BodyElement1_2Impl(SOAPDocumentImpl ownerDoc, Name qname)
           
BodyElement1_2Impl(SOAPDocumentImpl ownerDoc, QName qname)
           
Detail1_2Impl(SOAPDocumentImpl ownerDocument)
           
Detail1_2Impl(SOAPDocumentImpl ownerDocument, String prefix)
           
DetailEntry1_2Impl(SOAPDocumentImpl ownerDoc, Name qname)
           
DetailEntry1_2Impl(SOAPDocumentImpl ownerDoc, QName qname)
           
Envelope1_2Impl(SOAPDocumentImpl ownerDoc, String prefix)
           
Envelope1_2Impl(SOAPDocumentImpl ownerDoc, String prefix, boolean createHeader, boolean createBody)
           
Fault1_2Impl(SOAPDocumentImpl ownerDocument, String prefix)
           
Fault1_2Impl(SOAPDocumentImpl ownerDoc, String name, String prefix)
           
FaultElement1_2Impl(SOAPDocumentImpl ownerDoc, NameImpl qname)
           
FaultElement1_2Impl(SOAPDocumentImpl ownerDoc, QName qname)
           
FaultElement1_2Impl(SOAPDocumentImpl ownerDoc, String localName)
           
Header1_2Impl(SOAPDocumentImpl ownerDocument, String prefix)
           
HeaderElement1_2Impl(SOAPDocumentImpl ownerDoc, Name qname)
           
HeaderElement1_2Impl(SOAPDocumentImpl ownerDoc, QName qname)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.