Modifier and Type | Field and Description |
---|---|
protected SOAPDocumentImpl |
SOAPPartImpl.document |
Modifier and Type | Method and Description |
---|---|
protected abstract SOAPDocumentImpl |
SOAPFactoryImpl.createDocument() |
SOAPDocumentImpl |
SOAPPartImpl.getDocument() |
SOAPDocumentImpl |
SOAPDocumentImpl.getDocument() |
SOAPDocumentImpl |
SOAPDocument.getDocument() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPDocumentImpl.cloneNode(SOAPDocumentImpl newdoc,
boolean deep) |
Modifier and Type | Method and Description |
---|---|
protected SOAPDocumentImpl |
SOAPFactoryDynamicImpl.createDocument() |
Modifier and Type | Method and Description |
---|---|
static javax.xml.soap.SOAPElement |
ElementFactory.createElement(SOAPDocumentImpl ownerDocument,
javax.xml.soap.Name name) |
static javax.xml.soap.SOAPElement |
ElementFactory.createElement(SOAPDocumentImpl ownerDocument,
javax.xml.namespace.QName name) |
static javax.xml.soap.SOAPElement |
ElementFactory.createElement(SOAPDocumentImpl ownerDocument,
java.lang.String localName,
java.lang.String prefix,
java.lang.String namespaceUri) |
static javax.xml.soap.SOAPElement |
ElementFactory.createNamedElement(SOAPDocumentImpl ownerDocument,
java.lang.String localName,
java.lang.String prefix,
java.lang.String namespaceUri) |
Constructor and Description |
---|
BodyElementImpl(SOAPDocumentImpl ownerDoc,
javax.xml.soap.Name qname) |
BodyElementImpl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
BodyImpl(SOAPDocumentImpl ownerDoc,
NameImpl bodyName) |
CDATAImpl(SOAPDocumentImpl ownerDoc,
java.lang.String text) |
DetailEntryImpl(SOAPDocumentImpl ownerDoc,
javax.xml.soap.Name qname) |
DetailEntryImpl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
DetailImpl(SOAPDocumentImpl ownerDoc,
NameImpl detailName) |
ElementImpl(SOAPDocumentImpl ownerDoc,
javax.xml.soap.Name name) |
ElementImpl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName name) |
ElementImpl(SOAPDocumentImpl ownerDoc,
java.lang.String uri,
java.lang.String qualifiedName) |
EnvelopeImpl(SOAPDocumentImpl ownerDoc,
javax.xml.soap.Name name) |
EnvelopeImpl(SOAPDocumentImpl ownerDoc,
NameImpl name,
boolean createHeader,
boolean createBody) |
EnvelopeImpl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName name) |
FaultElementImpl(SOAPDocumentImpl ownerDoc,
NameImpl qname) |
FaultElementImpl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
FaultImpl(SOAPDocumentImpl ownerDoc,
NameImpl name) |
HeaderElementImpl(SOAPDocumentImpl ownerDoc,
javax.xml.soap.Name qname) |
HeaderElementImpl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
HeaderImpl(SOAPDocumentImpl ownerDoc,
NameImpl name) |
SOAPCommentImpl(SOAPDocumentImpl ownerDoc,
java.lang.String text) |
SOAPTextImpl(SOAPDocumentImpl ownerDoc,
java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
protected SOAPDocumentImpl |
SOAPFactory1_1Impl.createDocument() |
Constructor and Description |
---|
Body1_1Impl(SOAPDocumentImpl ownerDocument,
java.lang.String prefix) |
BodyElement1_1Impl(SOAPDocumentImpl ownerDoc,
javax.xml.soap.Name qname) |
BodyElement1_1Impl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
Detail1_1Impl(SOAPDocumentImpl ownerDoc) |
Detail1_1Impl(SOAPDocumentImpl ownerDoc,
java.lang.String prefix) |
DetailEntry1_1Impl(SOAPDocumentImpl ownerDoc,
javax.xml.soap.Name qname) |
DetailEntry1_1Impl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
Envelope1_1Impl(SOAPDocumentImpl ownerDoc,
java.lang.String prefix) |
Fault1_1Impl(SOAPDocumentImpl ownerDocument,
java.lang.String prefix) |
FaultElement1_1Impl(SOAPDocumentImpl ownerDoc,
NameImpl qname) |
FaultElement1_1Impl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
FaultElement1_1Impl(SOAPDocumentImpl ownerDoc,
java.lang.String localName) |
FaultElement1_1Impl(SOAPDocumentImpl ownerDoc,
java.lang.String localName,
java.lang.String prefix) |
Header1_1Impl(SOAPDocumentImpl ownerDocument,
java.lang.String prefix) |
HeaderElement1_1Impl(SOAPDocumentImpl ownerDoc,
javax.xml.soap.Name qname) |
HeaderElement1_1Impl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
Modifier and Type | Method and Description |
---|---|
protected SOAPDocumentImpl |
SOAPFactory1_2Impl.createDocument() |
Constructor and Description |
---|
Body1_2Impl(SOAPDocumentImpl ownerDocument,
java.lang.String prefix) |
BodyElement1_2Impl(SOAPDocumentImpl ownerDoc,
javax.xml.soap.Name qname) |
BodyElement1_2Impl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
Detail1_2Impl(SOAPDocumentImpl ownerDocument) |
Detail1_2Impl(SOAPDocumentImpl ownerDocument,
java.lang.String prefix) |
DetailEntry1_2Impl(SOAPDocumentImpl ownerDoc,
javax.xml.soap.Name qname) |
DetailEntry1_2Impl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
Envelope1_2Impl(SOAPDocumentImpl ownerDoc,
java.lang.String prefix) |
Envelope1_2Impl(SOAPDocumentImpl ownerDoc,
java.lang.String prefix,
boolean createHeader,
boolean createBody) |
Fault1_2Impl(SOAPDocumentImpl ownerDocument,
java.lang.String prefix) |
Fault1_2Impl(SOAPDocumentImpl ownerDoc,
java.lang.String name,
java.lang.String prefix) |
FaultElement1_2Impl(SOAPDocumentImpl ownerDoc,
NameImpl qname) |
FaultElement1_2Impl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
FaultElement1_2Impl(SOAPDocumentImpl ownerDoc,
java.lang.String localName) |
Header1_2Impl(SOAPDocumentImpl ownerDocument,
java.lang.String prefix) |
HeaderElement1_2Impl(SOAPDocumentImpl ownerDoc,
javax.xml.soap.Name qname) |
HeaderElement1_2Impl(SOAPDocumentImpl ownerDoc,
javax.xml.namespace.QName qname) |
Copyright © 2013 Oracle. All Rights Reserved.