com.jakeapp.jake.ics.filetransfer.methods
Interface ITransferMethodFactory
- All Known Implementing Classes:
- SimpleSocketFileTransferFactory
public interface ITransferMethodFactory
Each TransferMethod (XMPP inband, sockets, jingle, etc...) has to provide
this factory to allow fallback in IFileTransferService
- Author:
- johannes
getTransferMethod
ITransferMethod getTransferMethod(IMsgService negotiationService,
UserId user)
- return a new instance of this transferMethod (using this once is wise)
- Parameters:
negotiationService
- user
- your userid
- Returns:
-
- Throws:
NotLoggedInException
Copyright © 2011. All Rights Reserved.