Package | Description |
---|---|
javax.xml.soap | |
org.apache.axis | |
org.apache.axis.attachments |
Modifier and Type | Method and Description |
---|---|
abstract AttachmentPart |
SOAPMessage.createAttachmentPart()
Creates a new empty
AttachmentPart object. |
AttachmentPart |
SOAPMessage.createAttachmentPart(DataHandler datahandler)
Creates an
AttachmentPart object and
populates it using the given DataHandler
object. |
AttachmentPart |
SOAPMessage.createAttachmentPart(Object content,
String contentType)
Creates an
AttachmentPart object and
populates it with the specified data of the specified content
type. |
Modifier and Type | Method and Description |
---|---|
abstract void |
SOAPMessage.addAttachmentPart(AttachmentPart attachmentpart)
Adds the given
AttachmentPart object to this
SOAPMessage object. |
Modifier and Type | Method and Description |
---|---|
AttachmentPart |
Message.createAttachmentPart()
Creates a new empty
AttachmentPart object. |
Modifier and Type | Method and Description |
---|---|
void |
Message.addAttachmentPart(AttachmentPart attachmentpart)
Adds the given
AttachmentPart object to this
SOAPMessage object. |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentPart
An attachment part.
|
Copyright © The Apache Software Foundation. All Rights Reserved.