クラスの使用
org.springframework.ws.mime.AttachmentException
AttachmentException を使用するパッケージ
パッケージ
説明
Spring Web Services フレームワークを使用するための MIME 機能を提供します。
Spring-WSSOAP メッセージインフラストラクチャの Java 用添付 API(SAAJ)サポートを備えた SOAP。
org.springframework.ws.mime 内の AttachmentException 使用
AttachmentException をスローする org.springframework.ws.mime のメソッド修飾子と型メソッド説明final AttachmentAbstractMimeMessage.addAttachment(StringSE contentId, FileSE file) MimeMessage.addAttachment(StringSE contentId, FileSE file) FileSE からコンテンツを取得して、メッセージに添付ファイルを追加します。MimeMessage.getAttachment(StringSE contentId) 指定されたコンテンツ ID を持つAttachmentを返します。MimeMessage.getAttachments()このメッセージの一部であるすべてのAttachmentオブジェクトに対してIteratorを返します。org.springframework.ws.soap.saaj 内の AttachmentException 使用
AttachmentException をスローする org.springframework.ws.soap.saaj のメソッド