|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is for upload context.
| Method Summary | |
com.novell.afw.wsrp.core.NamedString[] |
getMimeAttributes()
Gets the mime attributes. |
String |
getMimeType()
Gets the mime type. |
byte[] |
getUploadData()
Gets the upload data. |
void |
setMimeAttributes(com.novell.afw.wsrp.core.NamedString[] mimeAttributesVal)
Sets the mime attributes. |
void |
setMimeType(String mimeTypeVal)
Sets the mime type. |
void |
setUploadData(byte[] uploadDataVal)
Sets the upload data. |
| Method Detail |
public String getMimeType()
public void setMimeType(String mimeTypeVal)
mimeTypeVal - a mime type.public byte[] getUploadData()
public void setUploadData(byte[] uploadDataVal)
uploadDataVal - upload data.public com.novell.afw.wsrp.core.NamedString[] getMimeAttributes()
public void setMimeAttributes(com.novell.afw.wsrp.core.NamedString[] mimeAttributesVal)
mimeAttributesVale - an array of mime attributes.
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||