Uses of Class javax.xml.soap.AttachmentPart

Uses in package org.apache.axis

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.

Uses in package org.apache.axis.attachments

Classes derived from javax.xml.soap.AttachmentPart

class
An attachment part.

Uses in package javax.xml.soap

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.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.