
Bio::Prospect::Client -- base class for Bio::Prospect::LocalClient and Bio::Prospect::SoapClient. $Id: Client.pm,v 1.16 2003/11/18 19:45:45 rkh Exp $

This is an abstract class and is intended only for subclassing.

Bio::Prospect::Client is the abstract base class for Bio::Prospect::LocalClient and Bio::Prospect::SoapClient. Not intended to be instantiated directly.

Name: new() Purpose: constructor Arguments: 'tempdir' => directory to create temporary files (optional) Returns: Bio::Prospect::Client
Name: _tempfile() Purpose: return the filename of a temporary file Arguments: suffix for filename (optional) Returns: filename
Name: _get_cache_file() Purpose: return the value for a given key in a given cache Arguments: key, cache name Returns: value
Name: _put_cache_file() Purpose: put a filename into a given cache using a given key Arguments: key, cache name, value Returns: value


Bio::Prospect::LocalClient Bio::Prospect::SoapClient