Provides the API for creating and building SOAP messages.
-
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.
Returns an AttachmentPart
object that is associated with an
attachment that is referenced by this SOAPElement
or
null
if no such attachment exists.
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.
abstract void
Adds the given AttachmentPart
object to this SOAPMessage
object.