软件包 | 描述 |
---|---|
javax.activation | |
javax.xml.bind.attachment |
这个包是由一个MIME基础包的处理器能够解释和优化的二进制数据在MIME封装格式创建实施的基础。
|
javax.xml.soap |
提供用于创建和生成消息的接口。
|
Modifier and Type | Method and Description |
---|---|
Object |
CommandInfo.getCommandObject(DataHandler dh, ClassLoader loader)
返回实例化JavaBean组件。
|
void |
CommandObject.setCommandContext(String verb, DataHandler dh)
初始化与动词是请求处理和javax.activation.Datahandler描述数据,它将操作命令。
|
Modifier and Type | Method and Description |
---|---|
abstract DataHandler |
AttachmentUnmarshaller.getAttachmentAsDataHandler(String cid)
查找MIME内容的内容ID,
cid ,返回一个
DataHandler 。
|
Modifier and Type | Method and Description |
---|---|
abstract String |
AttachmentMarshaller.addMtomAttachment(DataHandler data, String elementNamespace, String elementLocalName)
考虑优化的二进制存储作为附件的MIME内容
data 。
|
abstract String |
AttachmentMarshaller.addSwaRefAttachment(DataHandler data)
添加MIME
data 作为附件,附件的内容返回的ID,CID。
|
Modifier and Type | Method and Description |
---|---|
abstract DataHandler |
AttachmentPart.getDataHandler()
获取此
AttachmentPart 对象的
DataHandler 对象。
|
Modifier and Type | Method and Description |
---|---|
AttachmentPart |
SOAPMessage.createAttachmentPart(DataHandler dataHandler)
创建一个
AttachmentPart 对象并填充使用给定的
DataHandler 对象。
|
abstract void |
AttachmentPart.setDataHandler(DataHandler dataHandler)
设置给定的
DataHandler 对象作为这
AttachmentPart 对象的数据处理程序。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.