Frames | No Frames |
Methods with parameter type javax.xml.soap.AttachmentPart | |
void | Adds the given AttachmentPart object to this
SOAPMessage object. |
Methods with return type javax.xml.soap.AttachmentPart | |
AttachmentPart | Creates a new empty AttachmentPart object. |
Methods with parameter type javax.xml.soap.AttachmentPart | |
void | Adds the given AttachmentPart object to this
SOAPMessage object. |
Methods with return type javax.xml.soap.AttachmentPart | |
AttachmentPart | 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. |
Classes derived from javax.xml.soap.AttachmentPart | |
class | An attachment part. |