Adds the given AttachmentPart
object to this
SOAPMessage
object.
Adds an attribute with the specified name and value to this
SOAPElement
object.
Creates a SOAPBody
object and sets it as the
SOAPBody
object for this
SOAPEnvelope
object.
Creates a new SOAPBodyElement
object with the
specified name and adds it to this SOAPBody
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
given String
object 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 Detail
object and sets it as the
Detail
object for this SOAPFault
object.
Creates a new DetailEntry
object with the given
name and adds it to this Detail
object.
Adds the root node of the DOM Document
to this
SOAPBody
object.
Creates a new SOAPFault
object and adds it to
this SOAPBody
object.
Creates a new SOAPFault
object and adds it to this
SOAPBody
object.
Creates a new SOAPFault
object and adds it to this
SOAPBody
object.
Creates a SOAPHeader
object and sets it as the
SOAPHeader
object for this
SOAPEnvelope
object.
Adds a MimeHeader
object with the specified
name and value to this MimeHeaders
object's
list of headers.
Creates a new SOAPHeaderElement
object
initialized with the specified name and adds it to this
SOAPHeader
object.
Adds a MIME header with the specified name and value to
this AttachmentPart
object.
Creates a MimeHeader
object with the specified
name and value and adds it to this SOAPPart
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.
A single attachment to a SOAPMessage
object.
Create a new AttachmentPart.
Sends the given message to the specified endpoint and
blocks until it has returned the response.
Specifies the character type encoding for the SOAP Message.
Clears out the content of this
AttachmentPart
object.
Closes this SOAPConnection
object.
Gets a count of the number of attachments in this
message.
Create a SOAPElement
object initialized with
the given Name
object.
Create a SOAPElement
object initialized with
the given local name.
Create a new SOAPElement
object with the
given local name, prefix and uri.
Creates a new empty AttachmentPart
object.
Creates an AttachmentPart
object and
populates it using the given DataHandler
object.
Creates an AttachmentPart
object and
populates it with the specified data of the specified content
type.
Create a new SOAPConnection
.
Creates a new Detail
object which serves as a container
for DetailEntry
objects.
Create a SOAPElement
object initialized with the
given Name
object.
Create a SOAPElement
object initialized with the
given local name.
Create a new SOAPElement
object with the given
local name, prefix and uri.
Creates a new SOAPMessage
object with the
default SOAPPart
, SOAPEnvelope
,
SOAPBody
, and SOAPHeader
objects.
Internalizes the contents of the given
InputStream
object into a new SOAPMessage
object and returns the SOAPMessage
object.
Creates a new Name
object initialized with the
given local name.
Creates a new Name
object initialized with the
given local name.
Creates a new Name
object initialized with the
given local name, namespace prefix, and namespace URI.
Creates a new Name
object initialized with the
given local name, namespace prefix, and namespace URI.
Returns the uri of the actor associated with this
SOAPHeaderElement
object.
Returns an iterator over all of the attribute names in
this SOAPElement
object.
Returns all the headers in this MimeHeaders
object.
Retrieves all the headers for this
AttachmentPart
object as an iterator over the
MimeHeader
objects.
Retrieves all the headers for this SOAPPart
object as an iterator over the MimeHeader
objects.
Retrieves all the AttachmentPart
objects
that are part of this SOAPMessage
object.
Retrieves all the AttachmentPart
objects
that have header entries that match the specified headers.
Returns the value of the attribute with the specified
name.
Returns the SOAPBody
object associated with
this SOAPEnvelope
object.
Returns the Throwable
object embedded in
this SOAPException
if there is one.
Returns an iterator over all the immediate content of
this element.
Returns an iterator over all the child elements with the
specified name.
Gets the content of this AttachmentPart
object as a Java
object.
Returns the content of the SOAPEnvelope as a JAXP
Source
object.
Retrieves a description of this SOAPMessage
object's content.
Gets the value of the MIME header whose name is
"Content-Id".
Retrieves the value of the MIME header whose name is
"Content-Id".
Gets the value of the MIME header
"Content-Location".
Retrieves the value of the MIME header whose name is
"Content-Location".
Gets the value of the MIME header "Content-Type".
Gets the DataHandler
object for this
AttachmentPart
object.
Returns the detail element for this SOAPFault
object.
Gets a list of the detail entries in this Detail
object.
Returns the name of this SOAPElement
object.
Returns the encoding style for this
SOAPElement
object.
Gets the SOAPEnvelope
object associated with
this SOAPPart
object.
Returns the SOAPFault
object in this SOAPBody
object.
Gets the fault actor for this SOAPFault
object.
Gets the fault code for this SOAPFault
object.
Gets the mandatory SOAP 1.1 fault code for this SOAPFault
object as a SAAJ Name
object.
Gets the fault string for this SOAPFault
object.
Returns the optional detail element for this SOAPFault
object.
Returns the SOAPHeader
object for this
SOAPEnvelope
object.
Returns all of the values for the specified header as an
array of String
objects.
Gets the local name part of the XML name that this Name
object represents.
Returns all the MimeHeader
objects whose
name matches a name in the given array of names.
Retrieves all MimeHeader
objects that match
a name in the given array.
Retrieves all MimeHeader
objects that match
a name in the given array.
Returns the detail message for this
SOAPException
object.
Gets all the values of the header identified by the given
String
.
Gets all the values of the MimeHeader
object
in this SOAPPart
object that is identified by
the given String
.
Returns all the transport-specific MIME headers for this
SOAPMessage
object in a transport-independent
fashion.
Returns whether the mustUnderstand attribute for this
SOAPHeaderElement
object is turned on.
Returns the name of this MimeHeader
object.
Returns an iterator of namespace prefixes.
Returns the URI of the namespace that has the given
prefix.
Returns all of the MimeHeader
objects whose
name does not match a name in the given array of names.
Retrieves all MimeHeader
objects whose name
does not match a name in the given array.
Retrieves all MimeHeader
objects whose name
does not match a name in the given array.
Returns the parent element of this Node
object.
Returns the prefix associated with the namespace for the XML
name that this Name
object represents.
Retrieves value of the specified property.
Gets the namespace-qualified name of the XML name that this
Name
object represents.
Returns the number of bytes in this
AttachmentPart
object.
Gets the SOAP Body contained in this SOAPMessage
object.
Gets the SOAP Header contained in this SOAPMessage
object.
Gets the SOAP part of this SOAPMessage
object.
Returns the URI of the namespace for the XML
name that this Name
object represents.
Returns the value of this MimeHeader
object.
Returns the the value of the immediate child of this Node
object if a child exists and its value is text.
Returns an Iterator
over the namespace prefix
String
s visible to this element.
Notifies the implementation that this Node
object is no longer being used by the application and that the
implementation is free to reuse this object for nodes that may
be created later.
Removes all AttachmentPart
objects that have
been added to this SOAPMessage
object.
Removes all the header entries from this
MimeHeaders
object.
Removes all the MIME header entries.
Removes all the MimeHeader
objects for this
SOAPEnvelope
object.
Removes the attribute with the specified name.
Detaches all children of this SOAPElement
.
Remove all MimeHeader
objects whose name
matches the the given name.
Removes all MIME headers that match the given name.
Removes all MIME headers that match the given name.
Removes the namespace declaration corresponding to the
given prefix.
Updates this SOAPMessage
object with all the
changes that have been made to it.
Indicates whether this SOAPMessage
object
has had the method saveChanges
called on
it.
Sets the actor associated with this
SOAPHeaderElement
object to the specified actor.
Sets the content of this attachment part to that of the
given Object
and sets the value of the
Content-Type
header to the given type.
Sets the content of the SOAPEnvelope
object
with the data from the given Source
object.
Sets the description of this SOAPMessage
object's content with the given description.
Sets the MIME header "Content-Id" with the given
value.
Sets the value of the MIME header named "Content-Id" to
the given String
.
Sets the MIME header "Content-Location" with the given
value.
Sets the value of the MIME header "Content-Location" to
the given String
.
Sets the MIME header "Content-Type" with the given
value.
Sets the given DataHandler
object as the
data handler for this AttachmentPart
object.
Sets the encoding style for this SOAPElement
object to one specified.
Sets this SOAPFault
object with the given
fault actor.
Sets this SOAPFault
object with the given fault code.
Sets this SOAPFault
object with the given
fault code.
Sets the fault string for this SOAPFault
object to the given string.
Sets the fault string for this SOAPFault
object to the given
string and localized to the given locale.
Replaces the current value of the first header entry whose
name matches the given name with the given value, adding a
new header if no existing header name matches.
Changes the first header entry that matches the given name
to the given value, adding a new header if no existing
header matches.
Changes the first header entry that matches the given
header name so that its value is the given value, adding a
new header with the given name and value if no existing
header is a match.
Sets the mustUnderstand attribute for this
SOAPHeaderElement
object to be on or off.
Sets the parent of this Node
object to the given
SOAPElement
object.
Associates the specified value with the specified property.
If this is a Text node then this method will set its value, otherwise it
sets the value of the immediate (Text) child of this node.
An object that represents the contents of the SOAP body
element in a SOAP message.
A SOAPBodyElement
object represents the contents in
a SOAPBody
object.
A point-to-point connection that a client can use for sending messages
directly to a remote party (represented by a URL, for instance).
A factory for creating SOAPConnection
objects.
The definition of constants pertaining to the SOAP 1.1 protocol.
An object representing the contents in a
SOAPBody
object, the contents in a SOAPHeader
object, the content that can follow the SOAPBody
object in a
SOAPEnvelope
object, or what can follow the detail element
in a SOAPFault
object.
SOAPElementFactory
is a factory for XML
fragments that will eventually end up in the SOAP part.
The container for the SOAPHeader and SOAPBody portions of a
SOAPPart
object.
An exception that signals that a SOAP exception has
occurred.
Constructs a SOAPException
object with no
reason or embedded Throwable
object.
Constructs a SOAPException
object with the
given String
as the reason for the exception
being thrown.
Constructs a SOAPException
object with the
given String
as the reason for the exception
being thrown and the given Throwable
object as
an embedded exception.
Constructs a SOAPException
object
initialized with the given Throwable
object.
SOAPFactory
is a factory for creating various objects
that exist in the SOAP XML tree.
An element in the SOAPBody
object that contains
error and/or status information.
A representation of the contents in
a SOAPFault
object.
A representation of the SOAP header element.
An object representing the contents in the SOAP header part
of the SOAP envelope.
The root class for all SOAP messages.
The container for the SOAP-specific portion of a
SOAPMessage
object.