org.genepattern.util
Class RequestHandlerFactory
java.lang.Object
org.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 $
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 -
|
|