|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.attachments.DimeBodyPart
Holds one attachment DIME part.
Constructor Summary | |
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. |
|
DimeBodyPart(javax.activation.DataHandler dh,
java.lang.String id)
Create a DIME Attachment Part. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DimeBodyPart(byte[] data, DimeTypeNameFormat format, java.lang.String type, java.lang.String id)
data
- a byte array containing the data as the attachment.format
- the type format for the data.type
- the type of the dataid
- the ID for the DIME part.public DimeBodyPart(javax.activation.DataHandler dh, DimeTypeNameFormat format, java.lang.String type, java.lang.String id)
dh
- the data for the attachment as a JAF datahadler.format
- the type format for the data.type
- the type of the dataid
- the ID for the DIME part.public DimeBodyPart(javax.activation.DataHandler dh, java.lang.String id)
dh
- the data for the attachment as a JAF datahadler.
The type and foramt is derived from the DataHandler.id
- the ID for the DIME part.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |