net.artima.place.context
Interface FTPServiceFactory


public interface FTPServiceFactory

Factory interface that generates an appropriate FTPService.


Method Summary
 FTPService getFTPService()
          Returns an FTPService object.
 

Method Detail

getFTPService

public FTPService getFTPService()
Returns an FTPService object. Services should make FTP requests via this service object, rather than directly, so that clients can cache files locally and/or redirect a request through a proxy server.