-
interface
A container for DetailEntry
objects.
interface
The content for a Detail
object, giving details for
a SOAPFault
object.
interface
An object that represents the contents of the SOAP body
element in a SOAP message.
interface
A SOAPBodyElement
object represents the contents in
a SOAPBody
object.
interface
The container for the SOAPHeader and SOAPBody portions of a
SOAPPart
object.
interface
An element in the SOAPBody
object that contains
error and/or status information.
interface
A representation of the contents in
a SOAPFault
object.
interface
A representation of the SOAP header
element.
interface
An object representing the contents in the SOAP header part of the
SOAP envelope.
Adds an attribute with the specified name and value to this
SOAPElement
object.
Adds an attribute with the specified name and value to this
SOAPElement
object.
Creates a new SOAPElement
object initialized with the
given Name
object and adds the new element to this
SOAPElement
object.
Add a SOAPElement
as a child of this
SOAPElement
instance.
Creates a new SOAPElement
object initialized with the
specified local name and adds the new element to this
SOAPElement
object.
Creates a new SOAPElement
object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement
object.
Creates a new SOAPElement
object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement
object.
Creates a new SOAPElement
object initialized with the given
QName
object and adds the new element to this SOAPElement
object.
Adds a namespace declaration with the specified prefix and URI to this
SOAPElement
object.
Creates a new Text
object initialized with the given
String
and adds it to this SOAPElement
object.
Creates a SOAPElement
object initialized with the
given Name
object.
Creates a SOAPElement
object initialized with the
given local name.
Creates a new SOAPElement
object with the given
local name, prefix and uri.
Creates a SOAPElement
object initialized with the
given QName
object.
Creates a SOAPElement
object from an existing DOM
Element
.
Returns the parent element of this Node
object.
Changes the name of this Element
to newName
if
possible.
Add a SOAPElement
as a child of this
SOAPElement
instance.
Returns an AttachmentPart
object that is associated with an
attachment that is referenced by this SOAPElement
or
null
if no such attachment exists.
void
Sets the parent of this Node
object to the given
SOAPElement
object.
Creates a SAAJResult
that will write the results as a
child node of the SOAPElement
specified.