javax.rad.io
Interface IUploadExecutor

All Known Implementing Classes:
HttpConnection

public interface IUploadExecutor

The IUploadExecutor is an executor for uploads of IFileHandles to remote servers.


Method Summary
 RemoteFileHandle writeContent(IFileHandle pFileHandle)
          Writes the given file handle to a remote server.
 

Method Detail

writeContent

RemoteFileHandle writeContent(IFileHandle pFileHandle)
                              throws java.io.IOException
Writes the given file handle to a remote server.

Parameters:
pFileHandle - the file handle
Returns:
the RemoteFileHandle
Throws:
java.io.IOException - if upload failed


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.