| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Detail |
A container for
DetailEntry objects. |
interface |
DetailEntry |
The content for a
Detail object, giving details for
a SOAPFault object. |
interface |
SOAPBody |
An object that represents the contents of the SOAP body
element in a SOAP message.
|
interface |
SOAPBodyElement |
A
SOAPBodyElement object represents the contents in
a SOAPBody object. |
interface |
SOAPElement |
An object representing an element of a SOAP message that is allowed but not
specifically prescribed by a SOAP specification.
|
interface |
SOAPEnvelope |
The container for the SOAPHeader and SOAPBody portions of a
SOAPPart object. |
interface |
SOAPFault |
An element in the
SOAPBody object that contains
error and/or status information. |
interface |
SOAPFaultElement |
A representation of the contents in
a
SOAPFault object. |
interface |
SOAPHeader |
A representation of the SOAP header
element.
|
interface |
SOAPHeaderElement |
An object representing the contents in the SOAP header part of the
SOAP envelope.
|
interface |
Text |
A representation of a node whose value is text.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SOAPPart |
The container for the SOAP-specific portion of a
SOAPMessage
object. |
| Modifier and Type | Method | Description |
|---|---|---|
Node |
SAAJResult.getResult() |
| Modifier and Type | Method | Description |
|---|---|---|
Iterator<Node> |
SOAPElement.getChildElements() |
Returns an
Iterator over all the immediate child
Nodes of this element. |
Iterator<Node> |
SOAPElement.getChildElements(QName qname) |
Returns an
Iterator over all the immediate child
Nodes of this element with the specified qname. |
Iterator<Node> |
SOAPElement.getChildElements(Name name) |
Returns an
Iterator over all the immediate child
Nodes of this element with the specified name. |
Copyright © 2017 Oracle. All rights reserved.