Uses of Class
javax.xml.soap.AttachmentPart

Packages that use AttachmentPart
javax.xml.soap   
org.apache.axis   
org.apache.axis.attachments   
 

Uses of AttachmentPart in javax.xml.soap
 

Methods in javax.xml.soap that return AttachmentPart
abstract  AttachmentPart SOAPMessage.createAttachmentPart()
          Creates a new empty AttachmentPart object.
 AttachmentPart SOAPMessage.createAttachmentPart(javax.activation.DataHandler datahandler)
          Creates an AttachmentPart object and populates it using the given DataHandler object.
 AttachmentPart SOAPMessage.createAttachmentPart(java.lang.Object content, java.lang.String contentType)
          Creates an AttachmentPart object and populates it with the specified data of the specified content type.
 

Methods in javax.xml.soap with parameters of type AttachmentPart
abstract  void SOAPMessage.addAttachmentPart(AttachmentPart attachmentpart)
          Adds the given AttachmentPart object to this SOAPMessage object.
 

Uses of AttachmentPart in org.apache.axis
 

Methods in org.apache.axis that return AttachmentPart
 AttachmentPart Message.createAttachmentPart()
          Creates a new empty AttachmentPart object.
 

Methods in org.apache.axis with parameters of type AttachmentPart
 void Message.addAttachmentPart(AttachmentPart attachmentpart)
          Adds the given AttachmentPart object to this SOAPMessage object.
 

Uses of AttachmentPart in org.apache.axis.attachments
 

Subclasses of AttachmentPart in org.apache.axis.attachments
 class AttachmentPart
          An attachment part.
 



Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.