JavaTM 2 Platform
Standard Ed. 6

类 javax.xml.bind.attachment.AttachmentMarshaller
的使用

使用 AttachmentMarshaller 的软件包
javax.xml.bind 为包含解组、编组和验证功能的客户端应用程序提供运行时绑定框架。 
javax.xml.bind.helpers 仅由 JAXB 提供者用于: 提供某些 javax.xml.bind 接口的部分默认实现。 
 

javax.xml.bindAttachmentMarshaller 的使用
 

返回 AttachmentMarshallerjavax.xml.bind 中的方法
 AttachmentMarshaller Marshaller.getAttachmentMarshaller()
           
 

参数类型为 AttachmentMarshallerjavax.xml.bind 中的方法
 void Marshaller.setAttachmentMarshaller(AttachmentMarshaller am)
          与上下文关联,使 XML 文档内的二进制数据能够以优化的 XML 二进制附件的形式传送。
 

javax.xml.bind.helpersAttachmentMarshaller 的使用
 

返回 AttachmentMarshallerjavax.xml.bind.helpers 中的方法
 AttachmentMarshaller AbstractMarshallerImpl.getAttachmentMarshaller()
           
 

参数类型为 AttachmentMarshallerjavax.xml.bind.helpers 中的方法
 void AbstractMarshallerImpl.setAttachmentMarshaller(AttachmentMarshaller am)
           
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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