com.intel.gpe.clients.api.fts.baseline
Interface BaselineFileTransferClient
- All Superinterfaces:
- FileTransferClient, ServiceClient, WSLTClient, WSRFClient, WSRPClient
public interface BaselineFileTransferClient
- extends FileTransferClient
The file transfer client Unigrids Baseline file transfer operations
- Version:
- $Id: BaselineFileTransferClient.java,v 1.2 2005/10/03 13:31:39 lukichev Exp $
- Author:
- Thomas Kentemich
Method Summary |
byte[] |
getFile()
Get the file from the remote location. |
void |
putFile(byte[] contents)
Put the file to the remote location. |
putFile
void putFile(byte[] contents)
throws java.lang.Exception
- Put the file to the remote location.
- Parameters:
contents
- The new contents of the file
- Throws:
java.lang.Exception
getFile
byte[] getFile()
throws java.lang.Exception
- Get the file from the remote location.
- Returns:
- The contents of the remote file
- Throws:
java.lang.Exception
Copyright © 2008. All Rights Reserved.