|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
AttachmentPart を使用しているパッケージ | |
---|---|
javax.xml.soap | SOAP メッセージの作成と構築を実行する API を提供します。 |
javax.xml.soap での AttachmentPart の使用 |
---|
AttachmentPart を返す javax.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 を返します。 |
AttachmentPart 型のパラメータを持つ javax.xml.soap のメソッド | |
---|---|
abstract void |
SOAPMessage.addAttachmentPart(AttachmentPart AttachmentPart)
指定した AttachmentPart オブジェクトをこの SOAPMessage オブジェクトに追加します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。