Uses of Class
org.apache.axis.attachments.DimeTypeNameFormat
Packages that use DimeTypeNameFormat
-
Uses of DimeTypeNameFormat in org.apache.axis.attachments
Fields in org.apache.axis.attachments declared as DimeTypeNameFormatModifier and TypeFieldDescriptionprotected DimeTypeNameFormat
DimeBodyPart.dtnf
static final DimeTypeNameFormat
DimeTypeNameFormat.MIME
static final DimeTypeNameFormat
DimeTypeNameFormat.UNKNOWN
static final DimeTypeNameFormat
DimeTypeNameFormat.URI
Methods in org.apache.axis.attachments that return DimeTypeNameFormatModifier and TypeMethodDescriptionDimeDelimitedInputStream.getDimeTypeNameFormat()
static DimeTypeNameFormat
DimeTypeNameFormat.parseByte
(byte x) static DimeTypeNameFormat
Constructors in org.apache.axis.attachments with parameters of type DimeTypeNameFormatModifierConstructorDescriptionDimeBodyPart
(byte[] data, DimeTypeNameFormat format, String type, String id) Create a DIME Attachment Part.DimeBodyPart
(DataHandler dh, DimeTypeNameFormat format, String type, String id) Create a DIME Attachment Part.