public class WSResponseDownloadAttachment extends WSResponse implements java.io.Serializable
DataHandler response object
together with a response status code and error messages.| Modifier and Type | Field and Description |
|---|---|
protected javax.activation.DataHandler |
binaryData |
errorCode, errorMessages, status| Constructor and Description |
|---|
WSResponseDownloadAttachment() |
WSResponseDownloadAttachment(WSResponse response) |
| Modifier and Type | Method and Description |
|---|---|
javax.activation.DataHandler |
getBinaryData() |
void |
setBinaryData(javax.activation.DataHandler binaryData) |
getErrorCode, getErrorMessages, getStatus, setErrorCode, setErrorMessages, setStatuspublic WSResponseDownloadAttachment()
public WSResponseDownloadAttachment(WSResponse response)