Uses of Class
org.apache.axis.attachments.DimeTypeNameFormat
-
Packages that use DimeTypeNameFormat Package Description org.apache.axis.attachments -
-
Uses of DimeTypeNameFormat in org.apache.axis.attachments
Fields in org.apache.axis.attachments declared as DimeTypeNameFormat Modifier and Type Field Description protected DimeTypeNameFormatDimeBodyPart. dtnfstatic DimeTypeNameFormatDimeTypeNameFormat. MIMEstatic DimeTypeNameFormatDimeTypeNameFormat. UNKNOWNstatic DimeTypeNameFormatDimeTypeNameFormat. URIMethods in org.apache.axis.attachments that return DimeTypeNameFormat Modifier and Type Method Description DimeTypeNameFormatDimeDelimitedInputStream. getDimeTypeNameFormat()static DimeTypeNameFormatDimeTypeNameFormat. parseByte(byte x)static DimeTypeNameFormatDimeTypeNameFormat. parseByte(java.lang.Byte x)Constructors in org.apache.axis.attachments with parameters of type DimeTypeNameFormat Constructor Description DimeBodyPart(byte[] data, DimeTypeNameFormat format, java.lang.String type, java.lang.String id)Create a DIME Attachment Part.DimeBodyPart(javax.activation.DataHandler dh, DimeTypeNameFormat format, java.lang.String type, java.lang.String id)Create a DIME Attachment Part.
-