org.genepattern.util
Class RequestHandlerFactory

java.lang.Object
  extended byorg.genepattern.util.RequestHandlerFactory

Deprecated. use AnalysisWebServiceProxy instead

public class RequestHandlerFactory
extends java.lang.Object

Title: RequestHandlerFactory.java

Description: creates and stores the RequestHandler for sending out requests.

Version:
$Revision 1.5 $

Method Summary
 java.util.Vector getAllServices()
          Deprecated. Gets all available analysis service tasks
static RequestHandlerFactory getInstance()
          Deprecated.  
static RequestHandlerFactory getInstance(java.lang.String username, java.lang.String password)
          Deprecated.  
static RequestHandler getRequestHandler(java.lang.String siteName)
          Deprecated. Gets the RequestHandler based on the siteName which is unique and stored in omnigene loopup service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static RequestHandlerFactory getInstance()
Deprecated. 

getInstance

public static RequestHandlerFactory getInstance(java.lang.String username,
                                                java.lang.String password)
Deprecated. 

getAllServices

public java.util.Vector getAllServices()
                                throws WebServiceException
Deprecated. 
Gets all available analysis service tasks

Returns:
a list of AnalysisService object.
Throws:
WebServiceException - Description of the Exception

getRequestHandler

public static RequestHandler getRequestHandler(java.lang.String siteName)
Deprecated. 
Gets the RequestHandler based on the siteName which is unique and stored in omnigene loopup service.

Parameters:
siteName -


Hosted by docs.bugaco.com