|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.portal.wsrp.common.stubs.UploadContext
Constructor Summary | |
UploadContext()
|
|
UploadContext(String mimeType,
byte[] uploadData,
NamedString[] mimeAttributes,
Extension[] extensions)
|
Method Summary | |
Extension[] |
getExtensions()
|
NamedString[] |
getMimeAttributes()
|
String |
getMimeType()
|
byte[] |
getUploadData()
|
void |
setExtensions(Extension[] extensions)
|
void |
setMimeAttributes(NamedString[] mimeAttributes)
|
void |
setMimeType(String mimeType)
|
void |
setUploadData(byte[] uploadData)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UploadContext()
public UploadContext(String mimeType, byte[] uploadData, NamedString[] mimeAttributes, Extension[] extensions)
Method Detail |
public String getMimeType()
public void setMimeType(String mimeType)
public byte[] getUploadData()
public void setUploadData(byte[] uploadData)
public NamedString[] getMimeAttributes()
public void setMimeAttributes(NamedString[] mimeAttributes)
public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |