dist1.acb.ACBpoint.transport
Class ResponseFile

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Response
          extended bydist1.acb.ACBpoint.transport.ResponseFile
All Implemented Interfaces:
java.io.Serializable

public class ResponseFile
extends Response

The Response that it carring the file.

Author:
Lazar Adzigogov
See Also:
Serialized Form

Constructor Summary
ResponseFile(Request request, byte[] stream)
          Creates a new instance of Class
 
Method Summary
 byte[] getFileToUpload()
          Getter for property fileToUpload.
 void setFileToUpload(byte[] fileToUpload)
          Setter for property fileToUpload.
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseFile

public ResponseFile(Request request,
                    byte[] stream)
Creates a new instance of Class

Method Detail

getFileToUpload

public byte[] getFileToUpload()
Getter for property fileToUpload.

Returns:
Value of property fileToUpload.

setFileToUpload

public void setFileToUpload(byte[] fileToUpload)
Setter for property fileToUpload.

Parameters:
fileToUpload - New value of property fileToUpload.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.