コード例 #1
0
ファイル: Message.java プロジェクト: hugosato/apache-axis
 /**
  * Removes all <CODE>AttachmentPart</CODE> objects that have been added to this <CODE>SOAPMessage
  * </CODE> object.
  *
  * <p>This method does not touch the SOAP part.
  */
 public void removeAllAttachments() {
   mAttachments.removeAllAttachments();
 }