JavaTM 2 Platform
Standard Ed. 6

類別 javax.xml.soap.AttachmentPart
的使用

使用 AttachmentPart 的軟體套件
javax.xml.soap 提供用於創建和建構 SOAP 訊息的 API。 
 

javax.xml.soapAttachmentPart 的使用
 

返回 AttachmentPartjavax.xml.soap 中的方法
abstract  AttachmentPart SOAPMessage.createAttachmentPart()
          創建一個新的空 AttachmentPart 物件。
 AttachmentPart SOAPMessage.createAttachmentPart(DataHandler dataHandler)
          創建 AttachmentPart 物件並使用給定的 DataHandler 物件填充。
 AttachmentPart SOAPMessage.createAttachmentPart(Object content, String contentType)
          創建 AttachmentPart 物件並使用指定內容型別的指定資料填充。
abstract  AttachmentPart SOAPMessage.getAttachment(SOAPElement element)
          返回與此 SOAPElement 參考的附件關聯的 AttachmentPart 物件,如果不存在此類別附件,則返回 null
 

參數型別為 AttachmentPartjavax.xml.soap 中的方法
abstract  void SOAPMessage.addAttachmentPart(AttachmentPart AttachmentPart)
          將給定的 AttachmentPart 物件添加到此 SOAPMessage 物件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only