java命名空间javax.xml.soap类soapmessage成员方法:
getattachment定义参考
本文导语:
getattachment
public abstract attachmentpart getattachment(soapelement element)
throws soapexception
返回与此 soapelement 引用的附件关联的 attachmentpart 对象,如果不存在此类附件,则返回 null。可以通过 soap messages with atta...
getattachment
public abstract attachmentpart getattachment(soapelement element)
throws soapexception
- 返回与此
soapelement
引用的附件关联的 attachmentpart
对象,如果不存在此类附件,则返回 null
。可以通过 soap messages with attachments 中描述的 href
属性,或者包含 ws-i attachments profile 1.0(用于模式类型 ref:swaref(ref:swaref) 的元素)中所描述的 uri 的一个 text
子节点来进行引用。必须支持这两种机制。支持通过 href
属性获取引用同时意味着,对于作为 xop:include 元素 (xop) 的元素也应该支持此方法。其他引用机制可以由此标准的各个实现支持。有关详细信息,请与您的供应商联系。
- 参数:
element
- 包含对附件引用的 soapelement
- 返回:
- 引用的
attachmentpart
;如果不存在此类 attachmentpart
或在此 soapelement
中找不到引用,则返回 null。
- 抛出:
soapexception
- 如果尝试访问附件时出现错误- 从以下版本开始:
- saaj 1.3