站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

Uses of Class org.apache.axis.attachments.DimeTypeNameFormat (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


Uses of Class
org.apache.axis.attachments.DimeTypeNameFormat

Packages that use DimeTypeNameFormat
org.apache.axis.attachments   
 

Uses of DimeTypeNameFormat in org.apache.axis.attachments
 

Fields in org.apache.axis.attachments declared as DimeTypeNameFormat
static DimeTypeNameFormat DimeTypeNameFormat.MIME
           
static DimeTypeNameFormat DimeTypeNameFormat.URI
           
static DimeTypeNameFormat DimeTypeNameFormat.UNKNOWN
           
protected  DimeTypeNameFormat DimeBodyPart.dtnf
           
 

Methods in org.apache.axis.attachments that return DimeTypeNameFormat
static DimeTypeNameFormat DimeTypeNameFormat.parseByte(byte x)
           
static DimeTypeNameFormat DimeTypeNameFormat.parseByte(Byte x)
           
 DimeTypeNameFormat DimeDelimitedInputStream.getDimeTypeNameFormat()
          Read from the boundary delimited stream.
 

Constructors in org.apache.axis.attachments with parameters of type DimeTypeNameFormat
DimeBodyPart(byte[] data, DimeTypeNameFormat format, String type, String id)
          Create a DIME Attachment Part.
DimeBodyPart(javax.activation.DataHandler dh, DimeTypeNameFormat format, String type, String id)
          Create a DIME Attachment Part.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.