Package | Description |
---|---|
org.apache.axis.attachments |
Modifier and Type | Field and Description |
---|---|
protected DimeTypeNameFormat |
DimeBodyPart.dtnf |
static DimeTypeNameFormat |
DimeTypeNameFormat.MIME |
static DimeTypeNameFormat |
DimeTypeNameFormat.UNKNOWN |
static DimeTypeNameFormat |
DimeTypeNameFormat.URI |
Modifier and Type | Method and Description |
---|---|
DimeTypeNameFormat |
DimeDelimitedInputStream.getDimeTypeNameFormat() |
static DimeTypeNameFormat |
DimeTypeNameFormat.parseByte(byte x) |
static DimeTypeNameFormat |
DimeTypeNameFormat.parseByte(java.lang.Byte x) |
Constructor and 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.
|
Copyright © 2005 Apache Web Services Project. All Rights Reserved.